fix(deps): update dependency androidx.core:core-ktx to v1.15.0 (#1050)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-26 05:35:25 +00:00
committed by GitHub
parent fc73df2e05
commit efc8158207
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -29,7 +29,7 @@ kotlin {
val androidMain by getting {
dependencies {
api("androidx.appcompat:appcompat:1.7.0")
api("androidx.core:core-ktx:1.13.1")
api("androidx.core:core-ktx:1.15.0")
}
}
val androidUnitTest by getting {