2022-07-15 09:21:39 +00:00
# [DEPRECATED] openpgp-ktx [![Maven Central](https://img.shields.io/maven-central/v/com.github.android-password-store/openpgp-ktx.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.android-password-store%22%20AND%20a:%22openpgp-ktx%22)
> Android Password Store no longer uses this library and thus is not maintaining it actively.
2020-11-24 21:57:42 +00: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 05:33:28 +00:00
implementation("com.github.android-password-store:openpgp-ktx:< latest-version > ")
2020-11-24 21:57:42 +00:00
}
```
[OpenKeychain]: https://github.com/open-keychain/open-keychain
[openpgp-api]: https://github.com/open-keychain/openpgp-api