Skip to content

Commit 64adb56

Browse files
committed
update to gradle 4.1
1 parent 3736f6e commit 64adb56

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Update gradle 3.3 -> 4.0.2
1+
* Update gradle 3.3 -> 4.1
22
* Update gradle-release-plugin 2.5.0 -> 2.6.0
33
* Update gradle-quality-plugin 2.1.0 -> 2.3.0
44
* Update gradle-animalsniffer-plugin 1.2.0 -> 1.4.1
-4 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Jul 27 20:08:16 GMT+07:00 2017
1+
#Thu Aug 10 01:52:55 GMT+07:00 2017
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-4.0.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

app/templates/project-base/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
sourceCompatibility = <%= targetJava %>
1616

1717
wrapper {
18-
gradleVersion = '4.0.2'
18+
gradleVersion = '4.1'
1919
}
2020

2121
repositories { jcenter(); mavenCentral(); mavenLocal() }

0 commit comments

Comments
 (0)