File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 24
5- buildToolsVersion " 24.0.0 "
5+ buildToolsVersion " 24.0.2 "
66
77 defaultConfig {
88 applicationId " id.zelory.compressor.sample"
@@ -13,7 +13,7 @@ android {
1313 }
1414 buildTypes {
1515 release {
16- minifyEnabled false
16+ minifyEnabled true
1717 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
1818 }
1919 }
@@ -22,7 +22,7 @@ android {
2222dependencies {
2323 compile fileTree(include : [' *.jar' ], dir : ' libs' )
2424 testCompile ' junit:junit:4.12'
25- compile ' com.android.support:appcompat-v7:24.0.0 '
25+ compile ' com.android.support:appcompat-v7:24.2.1 '
2626 compile ' id.zelory:compressor:1.0.2'
2727 // compile project(':compressor')
2828 compile ' io.reactivex:rxandroid:1.2.1'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:2.1.2 '
8+ classpath ' com.android.tools.build:gradle:2.2.0 '
99
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 }
99
1010 dependencies {
11- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3 '
11+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.4.1 '
1212 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
1313 }
1414}
3939
4040android {
4141 compileSdkVersion 24
42- buildToolsVersion " 24.0.0 "
42+ buildToolsVersion " 24.0.2 "
4343
4444 defaultConfig {
4545 minSdkVersion 9
Original file line number Diff line number Diff line change 1- # Mon Dec 28 10:00:20 PST 2015
1+ # Tue Sep 20 18:59:25 WIB 2016
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.10 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
You can’t perform that action at this time.
0 commit comments