update build deps

This commit is contained in:
Daniel Gultsch 2016-03-23 12:04:23 +01:00
parent 0baa2dd03e
commit 564113669e
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ dependencies {
compile project(':libs:MemorizingTrustManager')
compile 'org.sufficientlysecure:openpgp-api:10.0'
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
compile 'com.android.support:support-v13:23.1.1'
compile 'com.android.support:support-v13:23.2.0'
compile 'org.bouncycastle:bcprov-jdk15on:1.52'
compile 'org.bouncycastle:bcmail-jdk15on:1.52'
compile 'org.jitsi:org.otr4j:0.22'
@ -48,7 +48,7 @@ dependencies {
compile 'com.kyleduo.switchbutton:library:1.2.8'
compile 'org.whispersystems:axolotl-android:1.3.4'
compile 'com.makeramen:roundedimageview:2.2.0'
playstoreCompile 'com.google.android.gms:play-services-gcm:8.3.0'
playstoreCompile 'com.google.android.gms:play-services-gcm:8.4.0'
}
android {