Skip to content

Commit 45745de

Browse files
committed
Publish v0.2.1
1 parent 2e6efe7 commit 45745de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "android-intent"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
5-
repository = "https://github.com/concoct-rs/android-intent-rs"
5+
repository = "https://github.com/rust-mobile/android-intent"
66
license = "MIT"
77
description = "Android intent utilities"
88

99
[dependencies]
10-
jni = { version = "0.20.0" }
10+
jni = "0.20.0"
1111
ndk-context = "0.1.1"

0 commit comments

Comments
 (0)