mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 22:35:17 +00:00
chore(deps): upgrade androidx.appcompat:appcompat to 1.7.0-alpha01
This commit is contained in:
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@@ -18,8 +18,6 @@
|
|||||||
"gradle"
|
"gradle"
|
||||||
],
|
],
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
// Upgrading breaks the fastscroll dependency
|
|
||||||
"^androidx.appcompat",
|
|
||||||
// Later versions require newer JDKs
|
// Later versions require newer JDKs
|
||||||
"^org.eclipse.jgit",
|
"^org.eclipse.jgit",
|
||||||
// AGP dictates the version we can use
|
// AGP dictates the version we can use
|
||||||
|
@@ -16,8 +16,7 @@ android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.2.2"
|
|||||||
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
|
||||||
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidxActivity" }
|
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidxActivity" }
|
||||||
androidx-annotation = "androidx.annotation:annotation:1.5.0"
|
androidx-annotation = "androidx.annotation:annotation:1.5.0"
|
||||||
# @pin beta01 moved DrawableWrapper to public API, breaking the FastScroll library
|
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-alpha01"
|
||||||
androidx-appcompat = "androidx.appcompat:appcompat:1.6.0-alpha05"
|
|
||||||
androidx-autofill = "androidx.autofill:autofill:1.2.0-beta01"
|
androidx-autofill = "androidx.autofill:autofill:1.2.0-beta01"
|
||||||
androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
||||||
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha05"
|
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha05"
|
||||||
|
Reference in New Issue
Block a user