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