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: plugin/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,13 @@ To use certain location features, the SDK requires the following permissions to
60
60
61
61
This plugin will use the following project variables (defined in your app's `variables.gradle` file):
62
62
63
-
-`googleMapsPlayServicesVersion`: version of `com.google.android.gms:play-services-maps` (default: `18.2.0`)
64
-
-`googleMapsUtilsVersion`: version of `com.google.maps.android:android-maps-utils` (default: `3.8.2`)
65
-
-`googleMapsKtxVersion`: version of `com.google.maps.android:maps-ktx` (default: `5.0.0`)
66
-
-`googleMapsUtilsKtxVersion`: version of `com.google.maps.android:maps-utils-ktx` (default: `5.0.0`)
67
-
-`kotlinxCoroutinesVersion`: version of `org.jetbrains.kotlinx:kotlinx-coroutines-android` and `org.jetbrains.kotlinx:kotlinx-coroutines-core` (default: `1.7.3`)
68
-
-`androidxCoreKTXVersion`: version of `androidx.core:core-ktx` (default: `1.12.0`)
69
-
-`kotlin_version`: version of `org.jetbrains.kotlin:kotlin-stdlib` (default: `1.9.10`)
63
+
-`googleMapsPlayServicesVersion`: version of `com.google.android.gms:play-services-maps` (default: `19.2.0`)
64
+
-`googleMapsUtilsVersion`: version of `com.google.maps.android:android-maps-utils` (default: `3.19.1`)
65
+
-`googleMapsKtxVersion`: version of `com.google.maps.android:maps-ktx` (default: `5.2.1`)
66
+
-`googleMapsUtilsKtxVersion`: version of `com.google.maps.android:maps-utils-ktx` (default: `5.2.1`)
67
+
-`kotlinxCoroutinesVersion`: version of `org.jetbrains.kotlinx:kotlinx-coroutines-android` and `org.jetbrains.kotlinx:kotlinx-coroutines-core` (default: `1.10.2`)
68
+
-`androidxCoreKTXVersion`: version of `androidx.core:core-ktx` (default: `1.17.0`)
69
+
-`kotlin_version`: version of `org.jetbrains.kotlin:kotlin-stdlib` (default: `2.2.20`)
0 commit comments