From 0ae25bbd0b32b44fbf836b6d028619c36c8d97ff Mon Sep 17 00:00:00 2001 From: Dmitry Novotochinov Date: Fri, 31 Aug 2018 13:20:13 +0300 Subject: [PATCH] update google-play-services version --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 41a97ff..06ae3e3 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -16,7 +16,7 @@ apply plugin: 'com.android.library' def DEFAULT_COMPILE_SDK_VERSION = 26 def DEFAULT_BUILD_TOOLS_VERSION = "26.0.2" def DEFAULT_TARGET_SDK_VERSION = 26 -def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "12.0.1" +def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "15.0.1" def DEFAULT_SUPPORT_LIBRARY_VERSION = "27.1.0" android {