summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorMatthew Wong <wongma7@outlook.com>2015-10-29 20:13:38 -0400
committerMatthew Wong <wongma7@outlook.com>2015-10-29 20:13:38 -0400
commitf783ad84eeb2c4daeff1fd0077c80689081892d8 (patch)
tree711b67e4134372ab3d39be9c4b559d8fe2560208 /app/build.gradle
parent55c312ddaa8d8f6626cb628c4af3dbe154cefc0c (diff)
OpenPGP API v9 #143
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
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'
}