From e5cf76c2ccf4d3f1222dd7970e61704c5e9b3c14 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 10 Feb 2022 19:04:55 +0000 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.4.0-alpha02 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index de37704..936374b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,7 +43,7 @@ accompanist-flow = { module = "com.google.accompanist:accompanist-flowlayout", v android-desugar = "com.android.tools:desugar_jdk_libs:1.1.5" androidx-activity = { module = "androidx.activity:activity", version.ref = "androidx-activity" } -androidx-annotations = "androidx.annotation:annotation:1.4.0-alpha01" +androidx-annotations = "androidx.annotation:annotation:1.4.0-alpha02" androidx-appCompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appCompat" } androidx-constraintLayout = "androidx.constraintlayout:constraintlayout:2.1.3" androidx-fragment = { module = "androidx.fragment:fragment", version.ref = "androidx-fragment" }