4880e1db27
* build: upgrade Kotlin to 1.5.0 and Hilt to 2.35.1 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * all: address kotlin.time.seconds deprecation Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * autofill-parser/openpgp-ktx: require Kotlin 1.5 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * all: address string method deprecations Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * build: disable NewApi lint Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> |
||
---|---|---|
.. | ||
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>")
}