Android-Password-Store/openpgp-ktx/README.md
2021-02-09 05:33:28 +00:00

711 B

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