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 7768691 commit 054d002Copy full SHA for 054d002
tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle
@@ -46,7 +46,7 @@ dependencies {
46
implementation 'com.google.android.gms:play-services-maps:17.0.0'
47
implementation 'com.google.android.libraries.places:places:2.3.0'
48
testImplementation'junit:junit:4.13'
49
- implementation "androidx.core:core-ktx:1.3.0"
+ implementation "androidx.core:core-ktx:1.3.1"
50
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
51
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
52
}
0 commit comments