revert back to jni 21
This commit is contained in:
parent
9184786705
commit
ea802ff74f
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -5220,7 +5220,7 @@ dependencies = [
|
|||||||
"image",
|
"image",
|
||||||
"impersonate_system",
|
"impersonate_system",
|
||||||
"include_dir",
|
"include_dir",
|
||||||
"jni 0.19.0",
|
"jni 0.21.1",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libloading 0.8.0",
|
"libloading 0.8.0",
|
||||||
"libpulse-binding",
|
"libpulse-binding",
|
||||||
|
@ -130,7 +130,7 @@ users = { version = "0.11" }
|
|||||||
|
|
||||||
[target.'cfg(target_os = "android")'.dependencies]
|
[target.'cfg(target_os = "android")'.dependencies]
|
||||||
android_logger = "0.13"
|
android_logger = "0.13"
|
||||||
jni = "0.19" # >= 0.19 need to modify code
|
jni = "0.21"
|
||||||
|
|
||||||
[target.'cfg(any(target_os = "android", target_os = "ios"))'.dependencies]
|
[target.'cfg(any(target_os = "android", target_os = "ios"))'.dependencies]
|
||||||
flutter_rust_bridge = "1.75"
|
flutter_rust_bridge = "1.75"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user