From 4d1ed42be024831188703156ea62c74925585f35 Mon Sep 17 00:00:00 2001 From: Luo Zhihao Date: Sat, 28 Mar 2026 20:38:49 +0800 Subject: [PATCH] Update Android game activity to be compatible with android-activity v0.6.1 --- examples/mobile/android_example/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mobile/android_example/gradle/libs.versions.toml b/examples/mobile/android_example/gradle/libs.versions.toml index 88e55de0f29d3..a5d3c345599dc 100644 --- a/examples/mobile/android_example/gradle/libs.versions.toml +++ b/examples/mobile/android_example/gradle/libs.versions.toml @@ -5,7 +5,7 @@ junitVersion = "1.1.5" espressoCore = "3.5.1" appcompat = "1.6.1" material = "1.10.0" -gamesActivity = "2.0.2" +gamesActivity = "4.4.0" # Note: This must be compatible with `android-activity` crate used by bevy. [libraries] junit = { group = "junit", name = "junit", version.ref = "junit" }