Skip to content

Commit 42442c4

Browse files
compatibility problem with other geolocation services Agontuk#399
1 parent 87448a0 commit 42442c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def DEFAULT_COMPILE_SDK_VERSION = 29
44
def DEFAULT_BUILD_TOOLS_VERSION = "29.0.2"
55
def DEFAULT_MIN_SDK_VERSION = 16
66
def DEFAULT_TARGET_SDK_VERSION = 29
7-
def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "18.0.0"
7+
def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "21.0.1"
88

99
def safeExtGet(prop, fallback) {
1010
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback

0 commit comments

Comments
 (0)