aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-02-01 21:56:23 +0100
committerChristian Schneppe <christian@pix-art.de>2017-02-01 21:56:23 +0100
commitf928d510e42d371c0a7ccb929dbffe5fadd1d989 (patch)
treef30e4f021d5574ffe03a1e41b66cca3dedaa195e /build.gradle
parent1d8c8ea310ada403431f86b9b14af33a04778def (diff)
add android-transcoder directly into libs
Diffstat (limited to '')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 5b8680813..f75d4fbbf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,10 +31,11 @@ dependencies {
compile project(':libs:MemorizingTrustManager')
compile project(':libs:audiowife')
compile project(':libs:emojicon')
+ compile project(':libs:android-transcoder')
playstoreCompile 'com.google.android.gms:play-services-gcm:10.0.1'
compile 'org.sufficientlysecure:openpgp-api:10.0'
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
- compile 'com.android.support:support-v13:25.1.0'
+ compile 'com.android.support:support-v13:25.1.1'
compile 'org.bouncycastle:bcprov-jdk15on:1.56'
compile 'org.bouncycastle:bcmail-jdk15on:1.56'
compile 'org.jitsi:org.otr4j:0.22'
@@ -50,7 +51,7 @@ dependencies {
compile 'jetty:javax.servlet:5.1.12'
compile 'com.google.code.gson:gson:2.4'
compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
- compile 'com.android.support:appcompat-v7:25.1.0'
+ compile 'com.android.support:appcompat-v7:25.1.1'
compile 'com.android.support:multidex:1.0.1'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.github.chrisbanes:PhotoView:1.3.1'
@@ -60,7 +61,6 @@ dependencies {
compile 'pub.devrel:easypermissions:0.2.1'
compile 'com.wefika:flowlayout:0.4.1'
compile 'com.googlecode.ez-vcard:ez-vcard:0.10.1'
- compile 'net.ypresto.androidtranscoder:android-transcoder:0.2.0'
}
ext {