6df3ba0083
* build: upgrade all plugins * autofill-parser/openpgp-ktx: apply Dokka plugin * Move repository configuration to settings.gradle.kts * Replace deprecated lintOptions * Reorder repositories |
||
---|---|---|
.. | ||
api | ||
src/main | ||
build.gradle.kts | ||
CHANGELOG.md | ||
consumer-proguard-rules.pro | ||
gradle.properties | ||
README.md |
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.android-password-store:openpgp-ktx:<latest-version>")
}