aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorMichael Eden <themichaeleden@gmail.com>2016-12-30 15:48:39 -0500
committerMichael Eden <themichaeleden@gmail.com>2017-01-01 16:16:35 -0500
commit5a670c88b081d3f9b8d33e37fd8d966f04c245fc (patch)
tree6b43b604c73109452cb9acc07c832b8c52e4197a /build.gradle
parent8c34bb3c6fb2be87eb9103bb2b647e2c7c80bfbc (diff)
Do not compress GIFs, allow GBoard to send GIFs
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 6fd725c9..fbc1cf04 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,7 +26,7 @@ dependencies {
playstoreCompile 'com.google.android.gms:play-services-gcm:9.4.0'
compile 'org.sufficientlysecure:openpgp-api:10.0'
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
- compile 'com.android.support:support-v13:24.2.0'
+ compile 'com.android.support:support-v13:25.1.0'
compile 'org.bouncycastle:bcprov-jdk15on:1.52'
compile 'org.bouncycastle:bcmail-jdk15on:1.52'
compile 'org.jitsi:org.otr4j:0.22'