From 3aaab27db24dc823ac4e1180f054485228e479ad Mon Sep 17 00:00:00 2001 From: Chintan Prajapati Date: Thu, 6 Jun 2019 17:18:16 +0530 Subject: [PATCH] google play service version update --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index cab74c1..d3863df 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -35,5 +35,5 @@ repositories { dependencies { compile "com.facebook.react:react-native:${safeExtGet('reactNative', '+')}" - compile "com.google.android.gms:play-services-base:9.4.0" -} \ No newline at end of file + compile "com.google.android.gms:play-services-base:${safeExtGet('googlePlayServicesVersion', '15.0.1')}" +}