diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-01-25 20:19:49 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-25 20:19:49 +0530 |
commit | 14f1fa65381375149dbb3fcdba578b6b4799645e (patch) | |
tree | e7294855780d18b4a82d8d84d51b86e212d4adb0 /dependencies.gradle | |
parent | 91f5797262e7d82bc65146c4246e71d654e229be (diff) |
Correctly unmarshal errors from OpenKeychain (#615)
Fixes #614
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 51e34c5f..60a82d1d 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -40,7 +40,7 @@ ext.deps = [ commons_codec: 'commons-codec:commons-codec:1.13', jsch: 'com.jcraft:jsch:0.1.55', jgit: 'org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r', - openpgp_ktx: 'com.github.android-password-store:openpgp-ktx:1.1.0', + openpgp_ktx: 'com.github.android-password-store:openpgp-ktx:1.2.0', ssh_auth: 'org.sufficientlysecure:sshauthentication-api:1.0' ], |