diff options
Diffstat (limited to 'openpgp-ktx/README.md')
-rw-r--r-- | openpgp-ktx/README.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/openpgp-ktx/README.md b/openpgp-ktx/README.md deleted file mode 100644 index e1598ac1..00000000 --- a/openpgp-ktx/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# [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. - -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.android-password-store:openpgp-ktx:<latest-version>") -} -``` - -[OpenKeychain]: https://github.com/open-keychain/open-keychain -[openpgp-api]: https://github.com/open-keychain/openpgp-api |