Android-Password-Store/openpgp-ktx
2021-11-16 00:22:17 +05:30
..
api
src/main openpgp-ktx: fix compilation warnings 2021-05-27 04:31:31 +05:30
build.gradle.kts build: apply kotlin-common convention plugin where applicable 2021-11-16 00:22:17 +05:30
CHANGELOG.md
consumer-proguard-rules.pro
gradle.properties
README.md

openpgp-ktx Maven Central

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>")
}