You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-maps/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,10 @@ To use certain location features, the SDK requires the following permissions to
55
55
56
56
This plugin will use the following project variables (defined in your app's `variables.gradle` file):
57
57
58
-
-`googleMapsPlayServicesVersion`: version of `com.google.android.gms:play-services-maps` (default: `18.1.0`)
59
-
-`googleMapsUtilsVersion`: version of `com.google.maps.android:android-maps-utils` (default: `3.5.3`)
60
-
-`googleMapsKtxVersion`: version of `com.google.maps.android:maps-ktx` (default: `3.4.0`)
61
-
-`googleMapsUtilsKtxVersion`: version of `com.google.maps.android:maps-utils-ktx` (default: `3.4.0`)
58
+
-`googleMapsPlayServicesVersion`: version of `com.google.android.gms:play-services-maps` (default: `18.2.0`)
59
+
-`googleMapsUtilsVersion`: version of `com.google.maps.android:android-maps-utils` (default: `3.8.2`)
60
+
-`googleMapsKtxVersion`: version of `com.google.maps.android:maps-ktx` (default: `5.0.0`)
61
+
-`googleMapsUtilsKtxVersion`: version of `com.google.maps.android:maps-utils-ktx` (default: `5.0.0`)
62
62
-`kotlinxCoroutinesVersion`: version of `org.jetbrains.kotlinx:kotlinx-coroutines-android` and `org.jetbrains.kotlinx:kotlinx-coroutines-core` (default: `1.7.3`)
63
63
-`androidxCoreKTXVersion`: version of `androidx.core:core-ktx` (default: `1.12.0`)
64
64
-`kotlin_version`: version of `org.jetbrains.kotlin:kotlin-stdlib` (default: `1.9.10`)
0 commit comments