summaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2019-11-29 15:55:16 +0530
committerGitHub <noreply@github.com>2019-11-29 15:55:16 +0530
commit0a01911d87d6bc05ac884822a9fc6dd5a925995c (patch)
treedeff84baed8051dd65527406d4606bf619cc7980 /dependencies.gradle
parentfdbbb467b2fd15b01f50fd9ef1b3daf849c8ba34 (diff)
Update to openpgp-ktx 1.0.0 (#585)
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index 43f94708..ed9e13b4 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:0.1.0',
+ openpgp_ktx: 'com.github.android-password-store:openpgp-ktx:1.0.0',
ssh_auth: 'org.sufficientlysecure:sshauthentication-api:1.0'
],