From 1d6543e26b453573b05587f975ad45a6065e8c9d Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 16 Jan 2023 10:24:13 +0530 Subject: chore(deps): upgrade androidx.appcompat:appcompat to 1.7.0-alpha01 --- .github/renovate.json5 | 2 -- gradle/libs.versions.toml | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index c2fcbfb6..54399a39 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -18,8 +18,6 @@ "gradle" ], "matchPackagePatterns": [ - // Upgrading breaks the fastscroll dependency - "^androidx.appcompat", // Later versions require newer JDKs "^org.eclipse.jgit", // AGP dictates the version we can use diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9220431e..ac32bd0c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidxActivity" } 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.6.0-alpha05" +androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-alpha01" androidx-autofill = "androidx.autofill:autofill:1.2.0-beta01" androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05" androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha05" -- cgit v1.2.3