diff options
author | Adithya Abraham Philip <adithyaphilip@gmail.com> | 2016-01-15 16:18:16 +0530 |
---|---|---|
committer | Adithya Abraham Philip <adithyaphilip@gmail.com> | 2016-01-16 04:26:01 +0530 |
commit | f64018d0a24faeb56c0bedabd2190874ec1128ab (patch) | |
tree | 587516de2de291f66b950ecf6ad93878b485f1cd | |
parent | ca7b3978281451287c052f1c8bc58de85eff6f35 (diff) |
upgraded to OpenKeychain api v10
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 929bad9d..fd04feeb 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ repositories { dependencies { compile project(':libs:MemorizingTrustManager') - compile 'org.sufficientlysecure:openpgp-api:9.0' + compile 'org.sufficientlysecure:openpgp-api:10.0' compile 'com.soundcloud.android:android-crop:1.0.1@aar' compile 'com.android.support:support-v13:23.0.1' compile 'org.bouncycastle:bcprov-jdk15on:1.52' |