diff --git a/Cargo.toml b/Cargo.toml index 023d22f..7439763 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" description = "Android intent utilities" [dependencies] -jni = "0.20.0" +jni = "0.21.1" ndk-context = "0.1.1" [workspace] diff --git a/example/Cargo.toml b/example/Cargo.toml index 77509fe..44922d7 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib"] [dependencies] android-activity = { version = "0.4.0", features = ["native-activity"] } android-intent.path = "../" -jni = "0.20.0" +jni = "0.21.1" ndk-context = "0.1.1" [package.metadata.android.sdk]