Android-Password-Store/openpgp-ktx
Harsh Shandilya 4880e1db27
Upgrade to Kotlin 1.5 (#1397)
* 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>
2021-04-28 10:27:14 +05:30
..
api openpgp-ktx: import at 95eed95fb5654e9dcfe32c3712ae97385e186396 2020-11-29 17:51:16 +05:30
src/main Upgrade to Kotlin 1.5 (#1397) 2021-04-28 10:27:14 +05:30
build.gradle.kts build: enable explicit API automatically on all library projects 2021-04-18 03:01:14 +05:30
CHANGELOG.md Upgrade to Kotlin 1.5 (#1397) 2021-04-28 10:27:14 +05:30
consumer-proguard-rules.pro openpgp-ktx: import at 95eed95fb5654e9dcfe32c3712ae97385e186396 2020-11-29 17:51:16 +05:30
gradle.properties openpgp-ktx: bump version to v3.0.0 2021-04-10 14:37:42 +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>")
}