Merge pull request #1418 from react-native-community/update-gms
chore(gms): change default gms to 12.0.1
This commit is contained in:
commit
24e3ae9e3e
|
@ -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 = "10.2.0"
|
||||
def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "12.0.1"
|
||||
def DEFAULT_SUPPORT_LIBRARY_VERSION = "27.1.0"
|
||||
|
||||
android {
|
||||
|
|
Loading…
Reference in New Issue