We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d7347 commit 9ff8678Copy full SHA for 9ff8678
tutorials/kotlin/MapWithMarker/app/build.gradle
@@ -32,7 +32,7 @@ android {
32
33
dependencies {
34
implementation fileTree(dir: 'libs', include: ['*.jar'])
35
- implementation "androidx.core:core-ktx:1.13.0"
+ implementation "androidx.core:core-ktx:1.13.1"
36
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
37
implementation 'androidx.appcompat:appcompat:1.6.1'
38
implementation 'com.google.android.gms:play-services-maps:18.2.0'
0 commit comments