build: update openpgp-ktx to 2.1.0 (#1025)

This commit is contained in:
Harsh Shandilya 2020-08-17 13:28:43 +05:30 committed by GitHub
parent 12f6caef37
commit e2a372bc63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ object Dependencies {
object FirstParty {
const val openpgp_ktx = "com.github.android-password-store:openpgp-ktx:2.0.0"
const val openpgp_ktx = "com.github.android-password-store:openpgp-ktx:2.1.0"
const val zxing_android_embedded = "com.github.android-password-store:zxing-android-embedded:4.1.0-aps"
}