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 openpgp-ktx: import at 95eed95fb5654e9dcfe32c3712ae97385e186396 2020-11-29 17:51:16 +05:30
src/main openpgp-ktx: import at 95eed95fb5654e9dcfe32c3712ae97385e186396 2020-11-29 17:51:16 +05:30
build.gradle.kts openpgp-ktx: pick up the correct consumer proguard rules 2020-11-30 13:58:01 +05:30
consumer-proguard-rules.pro openpgp-ktx: import at 95eed95fb5654e9dcfe32c3712ae97385e186396 2020-11-29 17:51:16 +05:30
gradle.properties openpgp-ktx: import at 95eed95fb5654e9dcfe32c3712ae97385e186396 2020-11-29 17:51:16 +05:30
README.md openpgp-ktx: import at 95eed95fb5654e9dcfe32c3712ae97385e186396 2020-11-29 17:51:16 +05:30

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