Update dependency androidx.core:core-ktx to v1.10.0 (#532)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-05-10 20:53:38 +05:30
committed by GitHub
parent 66f87ccd33
commit bde4f09e84

View File

@@ -26,7 +26,7 @@ kotlin {
val androidMain by getting {
dependencies {
api("androidx.appcompat:appcompat:1.6.1")
api("androidx.core:core-ktx:1.9.0")
api("androidx.core:core-ktx:1.10.0")
}
}
val androidTest by getting {