We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87448a0 commit 42442c4Copy full SHA for 42442c4
android/build.gradle
@@ -4,7 +4,7 @@ def DEFAULT_COMPILE_SDK_VERSION = 29
4
def DEFAULT_BUILD_TOOLS_VERSION = "29.0.2"
5
def DEFAULT_MIN_SDK_VERSION = 16
6
def DEFAULT_TARGET_SDK_VERSION = 29
7
-def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "18.0.0"
+def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "21.0.1"
8
9
def safeExtGet(prop, fallback) {
10
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
0 commit comments