mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-15 10:46:14 -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("androidx.compose.material3:material3:1.2.1")
|
||||||
implementation("com.google.accompanist:accompanist-themeadapter-material3:0.30.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
|
// XML Libraries
|
||||||
implementation("org.jetbrains.kotlin:kotlin-stdlib:${Versions.kotlin}")
|
implementation("org.jetbrains.kotlin:kotlin-stdlib:${Versions.kotlin}")
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
api("androidx.core:core-ktx:1.13.1")
|
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
|
// apache common codec
|
||||||
implementation("commons-codec:commons-codec:1.17.0")
|
implementation("commons-codec:commons-codec:1.17.0")
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ kotlin {
|
|||||||
}
|
}
|
||||||
val androidMain by getting {
|
val androidMain by getting {
|
||||||
dependencies {
|
dependencies {
|
||||||
api("androidx.appcompat:appcompat:1.6.1")
|
api("androidx.appcompat:appcompat:1.7.0")
|
||||||
api("androidx.core:core-ktx:1.13.1")
|
api("androidx.core:core-ktx:1.13.1")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user