Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
andreimarinescu committed Jun 24, 2015
1 parent 24a72e1 commit 3b1c765
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions AppscendVastPlayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {

buildTypes {
release {
minifyEnabled true
proguardFile getDefaultProguardFile('proguard.cfg')
// minifyEnabled true
// proguardFile getDefaultProguardFile('proguard.cfg')
}
}
}
Expand All @@ -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'
Expand All @@ -61,4 +62,4 @@ dependencies {
compile files('libs/exoplayer-general.jar')
}

apply from: "..\\upload_archives_task.gradle"
//apply from: "..\\upload_archives_task.gradle"

0 comments on commit 3b1c765

Please sign in to comment.