From cdc225418e82135b781ceb2374432667027bb0f2 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 10 Jan 2022 10:40:24 -0600 Subject: [PATCH] Bump Android dependencies. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2859f0a..59b6da4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,4 +39,4 @@ web-sys = { version = "0.3", features = ["EventTarget", "SpeechSynthesis", "Spee [target.'cfg(target_os="android")'.dependencies] jni = "0.19" -ndk-glue = "0.5" \ No newline at end of file +ndk-glue = "0.6" \ No newline at end of file