Skip to content

Commit aba0df6

Browse files
committed
gradle update
1 parent b74ba6d commit aba0df6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
task wrapper(type: Wrapper) {
3-
gradleVersion = '2.5'
4-
}
2+
//task wrapper(type: Wrapper) {
3+
// gradleVersion = '2.13'
4+
//}
55

66
buildscript {
77
repositories {
88
jcenter()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:1.3.1'
11+
classpath 'com.android.tools.build:gradle:2.1.0'
1212

1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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.5-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-bin.zip

0 commit comments

Comments
 (0)