diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-08-25 03:05:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 03:05:38 +0000 |
commit | 150834a934df02b2585adf331a90c3cbe04f0c16 (patch) | |
tree | 4b073e4bc7c10bb64c26310abf312878900d3cd9 /gradle | |
parent | bc1b7e732a3cc8fe62bebdf35cb2c5c73d024efc (diff) |
fix(deps): update dependency androidx.annotation:annotation to v1.5.0-beta01 (#2084)
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 de409e2a..1d6bafee 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-alpha02" +androidx-annotation = "androidx.annotation:annotation:1.5.0-beta01" # @pin beta01 moved DrawableWrapper to public API, breaking the FastScroll library androidx-appcompat = "androidx.appcompat:appcompat:1.6.0-alpha05" androidx-autofill = "androidx.autofill:autofill:1.2.0-beta01" |