From 66457c9f2ec61953d831b132206e8e06e14313bd Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 24 Jan 2017 20:17:36 +0100 Subject: transcode videos before sharing. change storage location --- build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index befefcff..556a902c 100644 --- a/build.gradle +++ b/build.gradle @@ -40,6 +40,7 @@ dependencies { compile 'org.whispersystems:axolotl-android:1.3.4' compile 'com.makeramen:roundedimageview:2.2.0' compile "com.wefika:flowlayout:0.4.1" + compile 'net.ypresto.androidtranscoder:android-transcoder:0.2.0' } ext { -- cgit v1.2.3