blob: 2ee2ef0061924ffccb7121a8f0d43f13d9a7d1e6 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# openpgp-ktx [![Download](https://api.bintray.com/packages/android-password-store/openpgp-ktx/openpgp-ktx/images/download.svg)](https://bintray.com/android-password-store/openpgp-ktx/openpgp-ktx/_latestVersion)
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.androidpasswordstore:openpgp-ktx:<latest-version>")
}
```
[OpenKeychain]: https://github.com/open-keychain/open-keychain
[openpgp-api]: https://github.com/open-keychain/openpgp-api
|