Skip to content

Commit b5593c3

Browse files
committed
Update gradle
1 parent 391366b commit b5593c3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
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 {
2222
dependencies {
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'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

compressor/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}
@@ -39,7 +39,7 @@ ext {
3939

4040
android {
4141
compileSdkVersion 24
42-
buildToolsVersion "24.0.0"
42+
buildToolsVersion "24.0.2"
4343

4444
defaultConfig {
4545
minSdkVersion 9
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Dec 28 10:00:20 PST 2015
1+
#Tue Sep 20 18:59:25 WIB 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)