diff --git a/example/Cargo.toml b/example/Cargo.toml index 77509fe..cda96d1 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -android-activity = { version = "0.4.0", features = ["native-activity"] } +android-activity = { version = "0.6.0", features = ["native-activity"] } android-intent.path = "../" jni = "0.20.0" ndk-context = "0.1.1"