build: update openpgp-ktx and versions plugin (#1185)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
0a71cc8aa5
commit
2845e01cd4
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ buildscript {
|
|||
}
|
||||
|
||||
plugins {
|
||||
id("com.github.ben-manes.versions") version "0.33.0"
|
||||
id("com.github.ben-manes.versions") version "0.34.0"
|
||||
`binary-compatibility-validator`
|
||||
`aps-plugin`
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue