Skip to content

Commit 0a8920e

Browse files
committed
Update gradle things
1 parent e2852a7 commit 0a8920e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

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

@@ -16,7 +16,7 @@ allprojects {
1616

1717
ext {
1818
compileSdkVersion = 22
19-
buildToolsVersion = "23.0.1"
19+
buildToolsVersion = "23.0.3"
2020

2121
minSdkVersion = 9
2222
targetSdkVersion = 23
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Nov 06 11:00:14 PST 2014
1+
#Mon May 09 18:14:42 PDT 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.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip

0 commit comments

Comments
 (0)