updated bcprov to 1.51

This commit is contained in:
iNPUTmice 2015-02-13 10:39:28 +01:00
parent a75042830f
commit 9ff39a1a1e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ dependencies {
compile project(':libs:openpgp-api-lib')
compile project(':libs:MemorizingTrustManager')
compile 'com.android.support:support-v13:21.0.3'
compile 'org.bouncycastle:bcprov-jdk15on:1.50'
compile 'org.bouncycastle:bcprov-jdk15on:1.51'
compile 'net.java:otr4j:0.22'
compile 'org.gnu.inet:libidn:1.15'
compile 'com.google.zxing:core:3.1.0'