update google-play-services version

This commit is contained in:
Dmitry Novotochinov
2018-08-31 13:20:13 +03:00
parent c63caed29e
commit 0ae25bbd0b
+1 -1
View File
@@ -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 {