diff options
author | Matthew Wong <wongma7@outlook.com> | 2015-10-29 20:13:38 -0400 |
---|---|---|
committer | Matthew Wong <wongma7@outlook.com> | 2015-10-29 20:13:38 -0400 |
commit | f783ad84eeb2c4daeff1fd0077c80689081892d8 (patch) | |
tree | 711b67e4134372ab3d39be9c4b559d8fe2560208 /app/build.gradle | |
parent | 55c312ddaa8d8f6626cb628c4af3dbe154cefc0c (diff) |
OpenPGP API v9 #143
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index ce23907c..13a92edb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -60,7 +60,7 @@ dependencies { compile 'com.android.support:recyclerview-v7:23.0.1' compile 'com.android.support:cardview-v7:23.0.1' compile 'com.android.support:design:23.0.1' - compile 'org.sufficientlysecure:openpgp-api:7.0' + compile 'org.sufficientlysecure:openpgp-api:9.0' compile ('org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r') { exclude group: 'org.apache.httpcomponents', module: 'httpclient' } |