Skip to content

Commit da5e682

Browse files
committed
Update gradle
1 parent d305d04 commit da5e682

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616

1717
buildscript {
1818
repositories {
19-
mavenCentral()
19+
jcenter()
2020
}
2121
dependencies {
22-
classpath 'com.android.tools.build:gradle:1.1.3'
22+
classpath 'com.android.tools.build:gradle:2.2.3'
2323
}
2424
}
2525

@@ -35,7 +35,7 @@ dependencies {
3535

3636
android {
3737
compileSdkVersion 22
38-
buildToolsVersion "22.0.0"
38+
buildToolsVersion "22.0.1"
3939
}
4040

4141
if (file('user.gradle').exists()) {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Jan 14 11:55:04 CET 2015
1+
#Fri Jan 27 15:08:17 CET 2017
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.14.1-all.zip

0 commit comments

Comments
 (0)