fix(deps): update dependency androidx.core:core-ktx to v1.13.1 (#845)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-05-12 20:06:26 +05:30
committed by GitHub
parent f8243bfb4f
commit 32cedab9bd
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ android {
dependencies {
api("androidx.core:core-ktx:1.10.1")
api("androidx.core:core-ktx:1.13.1")
api("androidx.appcompat:appcompat:1.6.1")
// apache common codec

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.10.1")
api("androidx.core:core-ktx:1.13.1")
}
}
val androidTest by getting {