mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
15 lines
671 B
Markdown
15 lines
671 B
Markdown
|
# openpgp-ktx [](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
|