Android-Password-Store/openpgp-ktx/README.md
Harsh Shandilya 7b25bf8783
openpgp-ktx: import at 95eed95fb5654e9dcfe32c3712ae97385e186396
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-11-29 17:51:16 +05:30

14 lines
671 B
Markdown

# 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