7b25bf8783
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
14 lines
671 B
Markdown
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
|