blob: e1598ac13dbc80e361f09874e708436841127915 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# [DEPRECATED] openpgp-ktx [](https://search.maven.org/search?q=g:%22com.github.android-password-store%22%20AND%20a:%22openpgp-ktx%22)
> 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
```gradle
dependencies {
implementation("com.github.android-password-store:openpgp-ktx:<latest-version>")
}
```
[OpenKeychain]: https://github.com/open-keychain/open-keychain
[openpgp-api]: https://github.com/open-keychain/openpgp-api
|