mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2025-12-31 16:38:06 -06:00
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:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user