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 c16b86d commit ccb1b55Copy full SHA for ccb1b55
tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
implementation 'com.android.volley:volley:1.2.1'
45
testImplementation'junit:junit:4.13.2'
46
implementation "androidx.core:core-ktx:1.13.1"
47
- implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2"
+ implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3"
48
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
49
}
50
0 commit comments