Skip to content

Commit

Permalink
Modify gradle dependencies; Upgrade gradle wrapper to fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Muniz authored and c3bryant committed Jun 4, 2018
1 parent 3132c79 commit 3597ae3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ android {
dependencies {
compile project(':react-native-restart')
compile project(':react-native-fcm')
compile 'com.google.firebase:firebase-core:11.0.+'
compile 'com.google.firebase:firebase-core:11.0.4'
compile project(':react-native-google-analytics-bridge')
compile project(':react-native-keychain')
compile project(':react-native-exit-app')
Expand All @@ -167,10 +167,10 @@ dependencies {
exclude group: 'com.google.android.gms', module: 'play-services-base'
exclude group: 'com.google.android.gms', module: 'play-services-maps'
}
compile ("com.google.android.gms:play-services-base:11.0.+") {
compile ("com.google.android.gms:play-services-base:11.0.4") {
force = true;
}
compile ("com.google.android.gms:play-services-maps:11.0.+") {
compile ("com.google.android.gms:play-services-maps:11.0.4") {
force = true;
}
}
Expand Down
2 changes: 2 additions & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@
# org.gradle.parallel=true

android.useDeprecatedNdk=true
googlePlayServicesVersion=11.0.4

3 changes: 2 additions & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Tue May 29 16:26:32 PDT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip

0 comments on commit 3597ae3

Please sign in to comment.