Skip to content

Commit

Permalink
Hotfix: deleted project name from there
Browse files Browse the repository at this point in the history
  • Loading branch information
stoneman1 committed Nov 16, 2017
1 parent c509e5b commit de0fafc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ const add = async function (context) {
insert: `${ANDROID_PACKAGES}`,
after: `new MainReactPackage()`
})
// Patch android/settings.gradle
ignite.patchInFile(`${APP_PATH}/android/settings.gradle`, {
insert: `${ANDROID_SETTINGS}`,
after: `rootProject.name = 'testingFirebasePlugin'`
})
// Patch android/app/src/main/AndroidManifest.xml
ignite.patchInFile(`${APP_PATH}/android/app/src/main/AndroidManifest.xml`, {
insert: `${ANDROID_PERMISSIONS}`,
Expand Down

0 comments on commit de0fafc

Please sign in to comment.