diff --git a/Cargo.toml b/Cargo.toml index 1893e02d1b..b5b4b83f96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ once_cell = "1" [target."cfg(target_os = \"android\")".dependencies] jni = "0.21" -ndk = "0.7" +ndk = "0.8" ndk-sys = "0.4" ndk-context = "0.1" tao-macros = { version = "0.1.0", path = "./tao-macros" }