2021-02-09 06:33:28 +01:00
# openpgp-ktx [](https://search.maven.org/search?q=g:%22com.github.android-password-store%22%20AND%20a:%22openpgp-ktx%22)
2020-11-24 22:57:42 +01:00
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 {
2021-02-09 06:33:28 +01:00
implementation("com.github.android-password-store:openpgp-ktx:< latest-version > ")
2020-11-24 22:57:42 +01:00
}
```
[OpenKeychain]: https://github.com/open-keychain/open-keychain
[openpgp-api]: https://github.com/open-keychain/openpgp-api