Skip to content

Commit

Permalink
docs(google-maps): use correct stdlib name (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonz94 authored May 22, 2023
1 parent dc5acf0 commit 1a4e216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-maps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This plugin will use the following project variables (defined in your app's `var
- `googleMapsUtilsKtxVersion`: version of `com.google.maps.android:maps-utils-ktx` (default: `3.4.0`)
- `kotlinxCoroutinesVersion`: version of `org.jetbrains.kotlinx:kotlinx-coroutines-android` and `org.jetbrains.kotlinx:kotlinx-coroutines-core` (default: `1.6.4`)
- `androidxCoreKTXVersion`: version of `androidx.core:core-ktx` (default: `1.10.0`)
- `kotlin_version`: version of `org.jetbrains.kotlin:kotlin-stdlib-jdk7` (default: `1.8.20`)
- `kotlin_version`: version of `org.jetbrains.kotlin:kotlin-stdlib` (default: `1.8.20`)


## Usage
Expand Down

0 comments on commit 1a4e216

Please sign in to comment.