File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ gradlew.bat eol =crlf
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
+ task wrapper (type : Wrapper ) {
4
+ gradleVersion = ' 2.2'
5
+ }
6
+
3
7
buildscript {
4
8
repositories {
5
9
mavenCentral()
@@ -21,4 +25,4 @@ allprojects {
21
25
ext {
22
26
propBuildToolsVersion = ' 21.1.2'
23
27
propCompileSdkVersion = 21
24
- }
28
+ }
Original file line number Diff line number Diff line change 1
- # Sun Nov 30 16:47:18 EET 2014
1
+ # Fri Jan 16 11:30:20 CET 2015
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.2.1-all .zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.2-bin .zip
You can’t perform that action at this time.
0 commit comments