Skip to content

Commit 45a7068

Browse files
committed
Switched to Gradle 2.4
1 parent 9278692 commit 45a7068

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ allprojects {
4949
}
5050

5151
task wrapper(type: Wrapper) {
52-
gradleVersion = '2.2'
52+
gradleVersion = '2.4'
5353
}

Diff for: gradle/wrapper/gradle-wrapper.jar

1.22 KB
Binary file not shown.

Diff for: gradle/wrapper/gradle-wrapper.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Apr 22 16:49:21 CEST 2015
1+
#Tue May 19 13:03:03 CEST 2015
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.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip

0 commit comments

Comments
 (0)