We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52782dd commit 3bf9279Copy full SHA for 3bf9279
1 file changed
examples/simple-android/MODULE.bazel
@@ -30,7 +30,7 @@ maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")
30
maven.install(
31
aar_import_bzl_label = "@rules_android//rules:rules.bzl",
32
artifacts = [
33
- "androidx.activity:activity:1.10.0",
+ "androidx.activity:activity:1.10.1",
34
],
35
repositories = [
36
"https://maven.google.com",
0 commit comments