Android-Password-Store/openpgp-ktx
2021-02-15 13:05:09 +05:30
..
api openpgp-ktx: import at 95eed95fb5654e9dcfe32c3712ae97385e186396 2020-11-29 17:51:16 +05:30
src/main Add tests for GPG identifier parsing (#1319) 2021-02-15 13:05:09 +05:30
build.gradle.kts Replace JCenter with Maven Central (#1303) 2021-02-06 17:34:17 +05:30
consumer-proguard-rules.pro openpgp-ktx: import at 95eed95fb5654e9dcfe32c3712ae97385e186396 2020-11-29 17:51:16 +05:30
gradle.properties Replace JCenter with Maven Central (#1303) 2021-02-06 17:34:17 +05:30
README.md Update Maven coordinates for library projects (#1313) 2021-02-09 05:33:28 +00:00

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