Skip to content

Commit

Permalink
Update README and use the latest rust-keylock-lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
astonbitecode committed Mar 13, 2020
1 parent 94d9192 commit 21df28a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[![For Android: Get it from GitHub](gh-images/getit.png)](https://github.com/rust-keylock/rust-keylock-android/releases/latest)

___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.
___rust-keylock___ is a password manager and its goals are to be:

* Secure
* Simple to use
* Portable
* Extensible

___rust-keylock-android___ is an Android app that provides access to [rust-keylock-lib](https://github.com/rust-keylock/rust-keylock-lib).

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

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

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

## FAQ

On the Project [website](https://rust-keylock.github.io/faq/rkl/).

## Wiki
# More info

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

## Screenshots

Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11"
j4rs = "0.11"
libc = "0.2"
jni-sys = "0.3"
Expand Down

0 comments on commit 21df28a

Please sign in to comment.