Android-Password-Store/openpgp-ktx
Harsh Shandilya 2320201f89
Migrate namespaces to Gradle (#1805)
* ui-compose: update Gradle configuration

* gradle: fix namespace for a couple astray Compose dependencies

* all: switch to Gradle namespace property

Mirrors a similar change from AndroidX dcfa035a96
2022-03-27 12:37:18 +00:00
..
api
src/main Migrate namespaces to Gradle (#1805) 2022-03-27 12:37:18 +00:00
build.gradle.kts Migrate namespaces to Gradle (#1805) 2022-03-27 12:37:18 +00:00
CHANGELOG.md
consumer-proguard-rules.pro
gradle.properties
README.md

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