Skip to content

Commit

Permalink
update build tools to 3.0.0 and gradle to 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yrom committed Nov 2, 2017
1 parent 06774a1 commit 067175c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ allprojects {
} else {
maven {url 'http://maven.aliyun.com/nexus/content/repositories/jcenter/'}
}
google()
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
2 changes: 1 addition & 1 deletion shrinker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'groovy'
dependencies {
compile gradleApi()
compile localGroovy()
compile 'com.android.tools.build:gradle:2.3.0'
compile 'com.android.tools.build:gradle:3.0.0'
compile 'org.ow2.asm:asm:5.0.4'
compile 'commons-io:commons-io:2.4'
}
Expand Down
2 changes: 1 addition & 1 deletion shrinker/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.1.5
VERSION_NAME=0.2.1
GROUP=net.yrom
POM_PACKAGING=jar
POM_DESCRIPTION=Inline constant fields of android R class by asm and transform-api
Expand Down

0 comments on commit 067175c

Please sign in to comment.