Bump jni dependency.

This commit is contained in:
Nolan Darilek 2023-03-06 14:30:08 -06:00
parent b7e7ed46dd
commit f5be2b7657
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ wasm-bindgen = "0.2"
web-sys = { version = "0.3", features = ["EventTarget", "SpeechSynthesis", "SpeechSynthesisErrorCode", "SpeechSynthesisErrorEvent", "SpeechSynthesisEvent", "SpeechSynthesisUtterance", "SpeechSynthesisVoice", "Window", ] }
[target.'cfg(target_os="android")'.dependencies]
jni = "0.20"
jni = "0.21"
ndk-context = "0.1"
ndk-glue = "0.7"