Skip to content

Commit

Permalink
Update Rust crate ndk to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent 09376b3 commit d67bb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ shared = { path = "../../shared" }
jni = "0.21"
libc = "0.2"
log = "0.4"
ndk = { version = "0.7", features = ["api-level-23"] }
ndk = { version = "0.9", features = ["api-level-23"] }
ndk-context = "0.1"
android_logger = "0.13"
android-activity = { version = "0.4", features = ["native-activity"] }
Expand Down

0 comments on commit d67bb9b

Please sign in to comment.