Skip to content

Commit

Permalink
Update jni requirement from 0.20.0 to 0.21.1
Browse files Browse the repository at this point in the history
Updates the requirements on [jni](https://github.com/jni-rs/jni-rs) to permit the latest version.
- [Release notes](https://github.com/jni-rs/jni-rs/releases)
- [Changelog](https://github.com/jni-rs/jni-rs/blob/master/CHANGELOG.md)
- [Commits](jni-rs/jni-rs@v0.20.0...v0.21.1)

---
updated-dependencies:
- dependency-name: jni
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent c86df55 commit e094128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
description = "Android intent utilities"

[dependencies]
jni = "0.20.0"
jni = "0.21.1"
ndk-context = "0.1.1"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib"]
[dependencies]
android-activity = { version = "0.4.0", features = ["native-activity"] }
android-intent.path = "../"
jni = "0.20.0"
jni = "0.21.1"
ndk-context = "0.1.1"

[package.metadata.android.sdk]
Expand Down

0 comments on commit e094128

Please sign in to comment.