Skip to content
This repository was archived by the owner on Dec 1, 2017. It is now read-only.

Commit 1668144

Browse files
committed
[build] Update to latest gradle and android plugin
1 parent cb09836 commit 1668144

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'com.android.tools.build:gradle:0.12.+'
7+
classpath 'com.android.tools.build:gradle:1.0.0'
88
}
99
}
1010

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Apr 10 15:27:10 PDT 2013
1+
#Sat Jan 31 22:57:10 GMT 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repositories {
66

77
android {
88
compileSdkVersion 19
9-
buildToolsVersion '20.0.0'
9+
buildToolsVersion "21.1.2"
1010
}
1111

1212
apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repositories {
66

77
android {
88
compileSdkVersion 19
9-
buildToolsVersion '20.0.0'
9+
buildToolsVersion "21.1.2"
1010
}
1111

1212
dependencies {

0 commit comments

Comments
 (0)