Android-Password-Store/openpgp-ktx
Harsh Shandilya d54dcb873a
openpgp-ktx: pick up the correct consumer proguard rules
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-11-30 13:58:01 +05:30
..
api
src/main
build.gradle.kts openpgp-ktx: pick up the correct consumer proguard rules 2020-11-30 13:58:01 +05:30
consumer-proguard-rules.pro
gradle.properties
README.md

openpgp-ktx Download

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.androidpasswordstore:openpgp-ktx:<latest-version>")
}