Skip to content

Commit f7eabd0

Browse files
committed
Update gradle
1 parent 493da1d commit f7eabd0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MPChartExample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ buildscript {
3737
jcenter()
3838
}
3939
dependencies {
40-
classpath 'com.android.tools.build:gradle:1.5.0'
40+
classpath 'com.android.tools.build:gradle:2.0.0'
4141
//classpath 'io.realm:realm-gradle-plugin:0.88.2'
4242
// NOTE: Do not place your application dependencies here; they belong
4343
// in the individual module build.gradle files

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:1.5.0'
10+
classpath 'com.android.tools.build:gradle:2.0.0'
1111
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1212
}
1313
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Nov 19 21:53:09 CST 2015
1+
#Tue Apr 12 10:33:07 CEST 2016
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.9-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip

0 commit comments

Comments
 (0)