Skip to content

Commit 3f7b093

Browse files
committed
update gradle dependencies
1 parent 5a36959 commit 3f7b093

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

SampleProject/build.gradle

Lines changed: 1 addition & 1 deletion
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:0.12.+'
8+
classpath 'com.android.tools.build:gradle:1.0.0'
99
}
1010
}
1111

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-
#Mon Nov 10 18:50:54 CET 2014
1+
#Sun Dec 14 18:29:13 CET 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-1.12-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip

0 commit comments

Comments
 (0)