Skip to content

Commit b63be14

Browse files
committed
docs: copy README.md file changes
1 parent 65d1aa7 commit b63be14

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ To use certain location features, the SDK requires the following permissions to
6060

6161
This plugin will use the following project variables (defined in your app's `variables.gradle` file):
6262

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`)
7070

7171

7272
## Usage
@@ -1269,7 +1269,7 @@ The callback function to be called when map events are emitted.
12691269

12701270
#### Marker
12711271

1272-
Supports markers of either either "legacy" or "advanced" types.
1272+
Supports markers of either "legacy" or "advanced" types.
12731273

12741274
<code>google.maps.<a href="#marker">Marker</a> | google.maps.marker.AdvancedMarkerElement</code>
12751275

0 commit comments

Comments
 (0)