From 7c3410f390c7d12315e7c3e829c1714435361fe8 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 17 Dec 2023 12:16:35 +0530 Subject: chore: remove obsolete openpgp-ktx code --- openpgp-ktx/README.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 openpgp-ktx/README.md (limited to 'openpgp-ktx/README.md') 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:") -} -``` - -[OpenKeychain]: https://github.com/open-keychain/open-keychain -[openpgp-api]: https://github.com/open-keychain/openpgp-api -- cgit v1.2.3