Android-Password-Store/openpgp-ktx
2022-07-15 14:53:52 +05:30
..
api
src/main Migrate namespaces to Gradle (#1805) 2022-03-27 12:37:18 +00:00
build.gradle.kts Migrate namespaces to Gradle (#1805) 2022-03-27 12:37:18 +00:00
CHANGELOG.md Fix incorrect changelog entries (#1401) 2021-05-02 22:58:38 +05:30
consumer-proguard-rules.pro
gradle.properties
README.md Remove openpgp-ktx 2022-07-15 14:53:52 +05:30

[DEPRECATED] openpgp-ktx Maven Central

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

dependencies {
    implementation("com.github.android-password-store:openpgp-ktx:<latest-version>")
}