build: update openpgp-ktx and versions plugin (#1185)

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-11-04 02:50:13 +05:30 committed by GitHub
parent 0a71cc8aa5
commit 2845e01cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ buildscript {
} }
plugins { plugins {
id("com.github.ben-manes.versions") version "0.33.0" id("com.github.ben-manes.versions") version "0.34.0"
`binary-compatibility-validator` `binary-compatibility-validator`
`aps-plugin` `aps-plugin`
} }

View file

@ -41,7 +41,7 @@ object Dependencies {
object FirstParty { 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 zxing_android_embedded = "com.github.android-password-store:zxing-android-embedded:4.1.0-aps"
const val autofill_parser = ":autofill-parser" const val autofill_parser = ":autofill-parser"
} }