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 d5bc74e commit 198c381Copy full SHA for 198c381
java/AndroidManifest.xml
@@ -6,7 +6,7 @@
6
7
<uses-sdk
8
android:minSdkVersion="16"
9
- android:targetSdkVersion="16" />
+ android:targetSdkVersion="30" />
10
11
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
12
<uses-permission android:name="android.permission.INTERNET" />
rust/Cargo.toml
@@ -9,7 +9,7 @@ name = "rustkeylockandroid"
crate-type = ["cdylib"]
[dependencies]
-rust_keylock = {git = "https://github.com/rust-keylock/rust-keylock-lib.git"}
+rust_keylock = "0.13"
13
j4rs = "0.13"
14
j4rs_derive = "0.1"
15
libc = "0.2"
0 commit comments