7b25bf8783
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
671 B
671 B
openpgp-ktx
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>")
}