Skip to content
This repository was archived by the owner on Apr 24, 2018. It is now read-only.

Commit 67807a2

Browse files
committed
Upgrade Gradle and build-tools
1 parent 73f1908 commit 67807a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Oct 13 21:04:39 BST 2014
1+
#Mon Dec 29 21:14:58 GMT 2014
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.1-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
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121

2222
dependencies {
23-
classpath 'com.android.tools.build:gradle:0.13.0'
23+
classpath 'com.android.tools.build:gradle:1.0.0'
2424
}
2525
}
2626

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121

2222
dependencies {
23-
classpath 'com.android.tools.build:gradle:0.13.+'
23+
classpath 'com.android.tools.build:gradle:1.0.0'
2424
}
2525
}
2626

0 commit comments

Comments
 (0)