From af6261ccf83c199c533e7d53ef299bc5a0b00a15 Mon Sep 17 00:00:00 2001 From: Ray Yuan Liu Date: Sat, 4 Dec 2021 17:01:13 +0800 Subject: [PATCH] feat: upgrade google map sdk to 18.0.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b3abefb..27f4bad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -112,7 +112,7 @@ dependencies { implementation project(":core") implementation project(":anchor-bottom-sheet-behavior") coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' - implementation 'com.google.android.gms:play-services-maps:17.0.1' + implementation 'com.google.android.gms:play-services-maps:18.0.0' implementation "com.google.android.gms:play-services-location:${gms_version}" // ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ====