Skip to content

Commit 02d787f

Browse files
committed
Upgrade to androidx:concurrent 1.2.0 and androidx.annotation:1.7.0.
And cleanup unused axt_deps_versions variables.
1 parent bd12ddb commit 02d787f

File tree

6 files changed

+754
-191
lines changed

6 files changed

+754
-191
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ maven.artifact(
4040
maven.install(
4141
name = "maven",
4242
artifacts = [
43-
"androidx.annotation:annotation:1.7.0-beta01",
44-
"androidx.concurrent:concurrent-futures:1.1.0",
45-
"androidx.concurrent:concurrent-futures-ktx:1.1.0",
43+
"androidx.annotation:annotation:1.7.0",
44+
"androidx.concurrent:concurrent-futures:1.2.0",
45+
"androidx.concurrent:concurrent-futures-ktx:1.2.0",
4646
"androidx.core:core:1.6.0",
4747
"androidx.lifecycle:lifecycle-common:2.3.1",
4848
"androidx.multidex:multidex:2.0.0",

0 commit comments

Comments
 (0)