From f928d510e42d371c0a7ccb929dbffe5fadd1d989 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Wed, 1 Feb 2017 21:56:23 +0100 Subject: add android-transcoder directly into libs --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.gradle') 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 { -- cgit v1.2.3