Skip to content

Commit 21df28a

Browse files
committed
Update README and use the latest rust-keylock-lib.
1 parent 94d9192 commit 21df28a

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

README.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[![For Android: Get it from GitHub](gh-images/getit.png)](https://github.com/rust-keylock/rust-keylock-android/releases/latest)
22

3-
___rust-keylock-android___ is the [Editor](https://rust-keylock.github.io/rust-keylock-lib/rust_keylock/trait.Editor.html) that manages the [rust-keylock-lib](https://github.com/rust-keylock/rust-keylock-lib) in Android devices.
3+
___rust-keylock___ is a password manager and its goals are to be:
4+
5+
* Secure
6+
* Simple to use
7+
* Portable
8+
* Extensible
9+
10+
___rust-keylock-android___ is an Android app that provides access to [rust-keylock-lib](https://github.com/rust-keylock/rust-keylock-lib).
411

512
The minimum supported Android API level is __16__ (4.1.2 is tested as a minimum version).
613

@@ -12,13 +19,10 @@ The project has not yet received any formal / official security reviews. Use it
1219

1320
Instructions can be found [here](https://rust-keylock.github.io/download/rkl/).
1421

15-
## FAQ
16-
17-
On the Project [website](https://rust-keylock.github.io/faq/rkl/).
18-
19-
## Wiki
22+
# More info
2023

21-
On the Project [website](https://rust-keylock.github.io/wiki/).
24+
* [FAQ](https://rust-keylock.github.io/faq/rkl/)
25+
* [Wiki](https://rust-keylock.github.io/wiki/)
2226

2327
## Screenshots
2428

rust/Cargo.toml

+1-1
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.11"
1313
j4rs = "0.11"
1414
libc = "0.2"
1515
jni-sys = "0.3"

0 commit comments

Comments
 (0)