File tree Expand file tree Collapse file tree 4 files changed +8
-19
lines changed Expand file tree Collapse file tree 4 files changed +8
-19
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,8 @@ buildscript {
2
2
repositories {
3
3
mavenCentral()
4
4
}
5
-
6
5
dependencies {
7
- classpath ' com.android.tools.build:gradle:0.8.0 '
6
+ classpath ' com.android.tools.build:gradle:0.9.+ '
8
7
}
9
8
}
10
9
@@ -13,8 +12,6 @@ def isReleaseBuild() {
13
12
}
14
13
15
14
allprojects {
16
-
17
-
18
15
repositories {
19
16
mavenCentral()
20
17
}
Original file line number Diff line number Diff line change 1
- # Wed Dec 11 16:20:18 EST 2013
1
+ # Thu Mar 20 19:47:09 GMT 2014
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =http\://services.gradle.org/distributions/gradle-1.10-bin .zip
6
+ distributionUrl =http\://services.gradle.org/distributions/gradle-1.10-all .zip
Original file line number Diff line number Diff line change @@ -3,15 +3,11 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath ' com.android.tools.build:gradle:0.8.0 '
6
+ classpath ' com.android.tools.build:gradle:0.9.+ '
7
7
}
8
8
}
9
9
apply plugin : ' android-library'
10
10
11
- repositories {
12
- mavenCentral()
13
- }
14
-
15
11
dependencies {
16
12
compile ' com.android.support:support-v4:19.0.+'
17
13
}
@@ -20,8 +16,8 @@ version = VERSION_NAME
20
16
group = GROUP
21
17
22
18
android {
23
- compileSdkVersion 17
24
- buildToolsVersion " 19.0.1 "
19
+ compileSdkVersion 19
20
+ buildToolsVersion " 19.0.3 "
25
21
26
22
defaultConfig {
27
23
minSdkVersion 10
Original file line number Diff line number Diff line change @@ -3,21 +3,17 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath ' com.android.tools.build:gradle:0.8.0 '
6
+ classpath ' com.android.tools.build:gradle:0.9.+ '
7
7
}
8
8
}
9
9
apply plugin : ' android'
10
10
11
- repositories {
12
- mavenCentral()
13
- }
14
-
15
11
version = VERSION_NAME
16
12
group = GROUP
17
13
18
14
android {
19
15
compileSdkVersion 19
20
- buildToolsVersion " 19.0.1 "
16
+ buildToolsVersion " 19.0.3 "
21
17
22
18
defaultConfig {
23
19
minSdkVersion 10
You can’t perform that action at this time.
0 commit comments