From 794f4525c80feec5adb936ab42541b845b4e1d43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:51:07 +0000 Subject: [PATCH] Update dependency androidx.activity:activity to v1.10.1 --- examples/simple-android/MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-android/MODULE.bazel b/examples/simple-android/MODULE.bazel index fc08bbf..2e70a12 100644 --- a/examples/simple-android/MODULE.bazel +++ b/examples/simple-android/MODULE.bazel @@ -30,7 +30,7 @@ maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven") maven.install( aar_import_bzl_label = "@rules_android//rules:rules.bzl", artifacts = [ - "androidx.activity:activity:1.10.0", + "androidx.activity:activity:1.10.1", ], repositories = [ "https://maven.google.com",