Android-Password-Store/openpgp-ktx
Harsh Shandilya 6df3ba0083
Upgrade plugin dependencies and fix Javadoc generation (#1517)
* build: upgrade all plugins

* autofill-parser/openpgp-ktx: apply Dokka plugin

* Move repository configuration to settings.gradle.kts

* Replace deprecated lintOptions

* Reorder repositories
2021-10-09 13:13:14 +05:30
..
api Refactor openpgp-ktx to leverage coroutines (#1398) 2021-04-30 23:22:01 +05:30
src/main openpgp-ktx: fix compilation warnings 2021-05-27 04:31:31 +05:30
build.gradle.kts Upgrade plugin dependencies and fix Javadoc generation (#1517) 2021-10-09 13:13:14 +05:30
CHANGELOG.md Fix incorrect changelog entries (#1401) 2021-05-02 22:58:38 +05:30
consumer-proguard-rules.pro openpgp-ktx: import at 95eed95fb5654e9dcfe32c3712ae97385e186396 2020-11-29 17:51:16 +05:30
gradle.properties Refactor openpgp-ktx to leverage coroutines (#1398) 2021-04-30 23:22:01 +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>")
}