Skip to content

Commit

Permalink
Merge pull request #254 from okode/master
Browse files Browse the repository at this point in the history
Fixing issue on init firebase in Android
  • Loading branch information
crow authored Sep 24, 2018
2 parents 160d921 + 675b0ca commit a6e1c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/android/build-extras.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ dependencies {
implementation 'com.urbanairship.android:urbanairship-fcm:9.4.1'
}

ext.postBuildExtras = {
cdvPluginPostBuildExtras.push({
apply plugin: com.google.gms.googleservices.GoogleServicesPlugin
}
})

0 comments on commit a6e1c08

Please sign in to comment.