d04e1fa368
* fix(deps): update dependency com.facebook:ktfmt to v0.44 * chore: reformat with ktfmt 0.44 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> |
||
---|---|---|
.. | ||
api | ||
src/main | ||
build.gradle.kts | ||
CHANGELOG.md | ||
consumer-proguard-rules.pro | ||
gradle.properties | ||
README.md |
[DEPRECATED] openpgp-ktx
Android Password Store no longer uses this library and thus is not maintaining it actively.
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>")
}