We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6efe7 commit 45745deCopy full SHA for 45745de
Cargo.toml
@@ -1,11 +1,11 @@
1
[package]
2
name = "android-intent"
3
-version = "0.2.0"
+version = "0.2.1"
4
edition = "2021"
5
-repository = "https://github.com/concoct-rs/android-intent-rs"
+repository = "https://github.com/rust-mobile/android-intent"
6
license = "MIT"
7
description = "Android intent utilities"
8
9
[dependencies]
10
-jni = { version = "0.20.0" }
+jni = "0.20.0"
11
ndk-context = "0.1.1"
0 commit comments