Skip to content

Commit 198c381

Browse files
committed
Target SDK version updated to 30 and using latest rust-keylock-ui-lib from crates.io.
1 parent d5bc74e commit 198c381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<uses-sdk
88
android:minSdkVersion="16"
9-
android:targetSdkVersion="16" />
9+
android:targetSdkVersion="30" />
1010

1111
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
1212
<uses-permission android:name="android.permission.INTERNET" />

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "rustkeylockandroid"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
rust_keylock = {git = "https://github.com/rust-keylock/rust-keylock-lib.git"}
12+
rust_keylock = "0.13"
1313
j4rs = "0.13"
1414
j4rs_derive = "0.1"
1515
libc = "0.2"

0 commit comments

Comments
 (0)