From 3b1c76551e5c22c1a0a49add76846c789db643e6 Mon Sep 17 00:00:00 2001 From: Andrei Marinescu Date: Wed, 24 Jun 2015 15:37:15 +0300 Subject: [PATCH] Update build.gradle --- AppscendVastPlayer/build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/AppscendVastPlayer/build.gradle b/AppscendVastPlayer/build.gradle index 318ba52..549b8fe 100644 --- a/AppscendVastPlayer/build.gradle +++ b/AppscendVastPlayer/build.gradle @@ -39,8 +39,8 @@ android { buildTypes { release { - minifyEnabled true - proguardFile getDefaultProguardFile('proguard.cfg') +// minifyEnabled true +// proguardFile getDefaultProguardFile('proguard.cfg') } } } @@ -53,6 +53,7 @@ dependencies { compile files('libs/YouTubeAndroidPlayerApi.jar') compile files('libs/cloning-1.9.0.jar') compile files('libs/jdom-2.0.5.jar') + compile files('libs/appscendvastplayer.jar') compile 'com.android.support:support-v4:20.0.0' compile 'com.google.code.gson:gson:2.3' compile 'com.squareup.okhttp:okhttp:2.1.0' @@ -61,4 +62,4 @@ dependencies { compile files('libs/exoplayer-general.jar') } -apply from: "..\\upload_archives_task.gradle" +//apply from: "..\\upload_archives_task.gradle"