diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-09-08 04:01:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 04:01:12 +0000 |
commit | 577ec4b46333d20bbe71469b0c81ad9491ed9466 (patch) | |
tree | 044af88f9ec06505b0840344e3a50af0fd99f118 /gradle | |
parent | e6a222fcb9fe07d979c8fff0e18176509862a406 (diff) |
fix(deps): update dependency androidx.annotation:annotation to v1.5.0-rc01 (#2112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7cc5cda9..b415998a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ lifecycle = "2.6.0-alpha01" 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-beta01" +androidx-annotation = "androidx.annotation:annotation:1.5.0-rc01" # @pin beta01 moved DrawableWrapper to public API, breaking the FastScroll library androidx-appcompat = "androidx.appcompat:appcompat:1.6.0-rc01" androidx-autofill = "androidx.autofill:autofill:1.2.0-beta01" |