Skip to content

Commit ab5f48a

Browse files
committed
update gradle version
1 parent 69f3235 commit ab5f48a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.3.0'
8+
classpath 'com.android.tools.build:gradle:2.1.0'
99
}
1010
}
1111

@@ -18,7 +18,7 @@ allprojects {
1818
// http://www.gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html
1919
project.ext {
2020
ANDROID_COMPILE_SDK_VERSION = 23
21-
ANDROID_BUILD_TOOLS_VERSION = "23.0.1"
21+
ANDROID_BUILD_TOOLS_VERSION = "23.0.3"
2222

2323
ANDROID_MIN_SDK_VERSION = 8
2424
ANDROID_TARGET_SDK_VERSION = 23
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Dec 11 00:14:05 JST 2014
1+
#Sat Jun 04 15:13:19 IST 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.2.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip

0 commit comments

Comments
 (0)