diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-11-25 03:27:42 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-11-29 17:51:16 +0530 |
commit | 7b25bf878315a894122e3de74e19add6fcdf5d4c (patch) | |
tree | ccb89e08265d628f8ff9a3de562ddb4252199dee /openpgp-ktx/README.md | |
parent | fa2a93769f5cec8397064337fd53659147ba1877 (diff) |
openpgp-ktx: import at 95eed95fb5654e9dcfe32c3712ae97385e186396
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'openpgp-ktx/README.md')
-rw-r--r-- | openpgp-ktx/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/openpgp-ktx/README.md b/openpgp-ktx/README.md new file mode 100644 index 00000000..2ee2ef00 --- /dev/null +++ b/openpgp-ktx/README.md @@ -0,0 +1,14 @@ +# openpgp-ktx [![Download](https://api.bintray.com/packages/android-password-store/openpgp-ktx/openpgp-ktx/images/download.svg)](https://bintray.com/android-password-store/openpgp-ktx/openpgp-ktx/_latestVersion) + +Reimplementation of [OpenKeychain]'s integration library [openpgp-api]. Written entirely in Kotlin, it leverages Jetpack to be compatible with modern apps, unlike the original library. + +## Using this with your projects + +```gradle +dependencies { + implementation("com.github.androidpasswordstore:openpgp-ktx:<latest-version>") +} +``` + +[OpenKeychain]: https://github.com/open-keychain/open-keychain +[openpgp-api]: https://github.com/open-keychain/openpgp-api |