mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2025-12-30 16:31:29 -06:00
fix(deps): update dependency androidx.appcompat:appcompat to v1.7.0 (#856)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -137,7 +137,7 @@ dependencies {
|
||||
implementation("androidx.compose.material3:material3:1.2.1")
|
||||
implementation("com.google.accompanist:accompanist-themeadapter-material3:0.30.1")
|
||||
|
||||
implementation("androidx.appcompat:appcompat:1.6.1")
|
||||
implementation("androidx.appcompat:appcompat:1.7.0")
|
||||
|
||||
// XML Libraries
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib:${Versions.kotlin}")
|
||||
|
||||
@@ -36,7 +36,7 @@ android {
|
||||
dependencies {
|
||||
|
||||
api("androidx.core:core-ktx:1.13.1")
|
||||
api("androidx.appcompat:appcompat:1.6.1")
|
||||
api("androidx.appcompat:appcompat:1.7.0")
|
||||
|
||||
// apache common codec
|
||||
implementation("commons-codec:commons-codec:1.17.0")
|
||||
|
||||
@@ -25,7 +25,7 @@ kotlin {
|
||||
}
|
||||
val androidMain by getting {
|
||||
dependencies {
|
||||
api("androidx.appcompat:appcompat:1.6.1")
|
||||
api("androidx.appcompat:appcompat:1.7.0")
|
||||
api("androidx.core:core-ktx:1.13.1")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user