diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-01-16 21:35:38 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-01-16 21:35:38 +0100 |
commit | 0b239243d9ae6c8b4bed7a40aef99a3bcd065e30 (patch) | |
tree | 6ba22906ef85225d9b924970f829fb07adaee33f /build.gradle | |
parent | a83365ee959e7d27f6abcfd0692499eaf14986fd (diff) | |
parent | a9a3ef0f6783a235575740553daffb0d8d4c586b (diff) |
Merge pull request #1655 from adithyaphilip/pgp-fix
Fixes having to choose PGP twice, upgrades openpgp-api to 10
Diffstat (limited to 'build.gradle')
-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' |