chore(deps): bump core-ktx in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#217)

This commit is contained in:
dependabot-preview[bot] 2020-05-28 03:59:34 +00:00 committed by GitHub
parent e85d4679cc
commit b214f3be4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-maps:17.0.0'
implementation 'com.google.android.libraries.places:places:2.3.0'
testImplementation'junit:junit:4.13'
implementation "androidx.core:core-ktx:1.2.0"
implementation "androidx.core:core-ktx:1.3.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}