diff --git a/Cargo.toml b/Cargo.toml index d921c128..f0530cd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ simple_logger = { version = "2.1.0", default_features = false } [target.'cfg(target_os = "android")'.dependencies] # Coordinate the next winit release with android-ndk-rs: https://github.com/rust-windowing/winit/issues/1995 ndk = "0.7.0" -android-activity = "0.4.0-beta.1" +android-activity = "0.4.0" [target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies] objc2 = "=0.3.0-beta.3"