summaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-11-04 02:50:13 +0530
committerGitHub <noreply@github.com>2020-11-04 02:50:13 +0530
commit2845e01cd4ca2809d18f8041eec621eff42ca706 (patch)
treea4e91cc897470f939866a70d19b557635669e9b8 /buildSrc
parent0a71cc8aa53b6a7681208f5247bfd55d238ae19d (diff)
build: update openpgp-ktx and versions plugin (#1185)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/java/Dependencies.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildSrc/src/main/java/Dependencies.kt b/buildSrc/src/main/java/Dependencies.kt
index ee65b97c..1391eaf5 100644
--- a/buildSrc/src/main/java/Dependencies.kt
+++ b/buildSrc/src/main/java/Dependencies.kt
@@ -41,7 +41,7 @@ object Dependencies {
object FirstParty {
- const val openpgp_ktx = "com.github.android-password-store:openpgp-ktx:2.1.0"
+ const val openpgp_ktx = "com.github.android-password-store:openpgp-ktx:2.2.0"
const val zxing_android_embedded = "com.github.android-password-store:zxing-android-embedded:4.1.0-aps"
const val autofill_parser = ":autofill-parser"
}