Skip to content

Commit

Permalink
fix android tests running on cordova v7
Browse files Browse the repository at this point in the history
  • Loading branch information
soumak77 committed Aug 30, 2018
1 parent 192fd85 commit 53db21d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/after_prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ var PLATFORM = {
src: [
'google-services.json',
ANDROID_DIR + '/assets/www/google-services.json',
'www/google-services.json'
'www/google-services.json',
ANDROID_DIR + '/app/src/main/google-services.json'
],
stringsXml: fileExists(ANDROID_DIR + '/app/src/main/res/values/strings.xml') ? ANDROID_DIR + '/app/src/main/res/values/strings.xml' : ANDROID_DIR + '/res/values/strings.xml'
}
Expand Down Expand Up @@ -118,4 +119,4 @@ module.exports = function (context) {
console.log('Preparing Firebase on Android');
copyKey(PLATFORM.ANDROID);
}
};
};

0 comments on commit 53db21d

Please sign in to comment.