Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Basic integration of Crashlytics for iOS... #549 (added Android as well)
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Apr 24, 2018
1 parent f2792b8 commit 04d9af3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -3369,7 +3369,6 @@ function writeGoogleServiceGradleHook(result) {
try {
var scriptContent =
`
var path = require("path");
var fs = require("fs");
Expand Down Expand Up @@ -3421,7 +3420,7 @@ task copyMetadata {
from "$projectDir/src/main/assets/metadata"
def toDir = new File("$projectDir/build/intermediates/assets").listFiles()[0].name
if (toDir != 'debug' && toDir != 'release') {
toDir = toDir + "/release"
toDir += "/release"
}
into "$projectDir/build/intermediates/assets/" + toDir + "/metadata"
}
Expand Down

0 comments on commit 04d9af3

Please sign in to comment.