Skip to content

Commit

Permalink
Fix google play version
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlosQ authored Jul 20, 2018
1 parent 47b1119 commit dc905cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ android {
dependencies {
api fileTree(include: ['*.jar'], dir: 'libs')
api 'com.facebook.react:react-native:+'
api "com.google.android.gms:play-services-location:${safeExtGet('googlePlayServicesVersion', '27.0.2')}"
api "com.google.android.gms:play-services-location:${safeExtGet('googlePlayServicesVersion', '15.0.1')}"
}

0 comments on commit dc905cc

Please sign in to comment.