File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: android
22jdk : openjdk7
33android :
44 components :
5- - build-tools-21.1.1
5+ - build-tools-21.1.2
66 - extra-android-support
77 - extra-android-m2repository
88 - android-21
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 }
55
66 dependencies {
7- classpath ' com.android.tools.build:gradle:0.14.2 '
7+ classpath ' com.android.tools.build:gradle:1.0.0 '
88 }
99}
1010
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
33android {
44 compileSdkVersion 21
5- buildToolsVersion ' 21.1.1 '
5+ buildToolsVersion ' 21.1.2 '
66
77 defaultConfig {
88 minSdkVersion 3
Original file line number Diff line number Diff line change 1- buildscript {
2- repositories {
3- mavenCentral()
4- }
5- dependencies {
6- classpath ' com.android.tools.build:gradle:0.14.2'
7- }
8- }
91apply plugin : ' com.android.application'
102
113repositories {
@@ -17,7 +9,7 @@ repositories {
179
1810android {
1911 compileSdkVersion 21
20- buildToolsVersion ' 21.1.1 '
12+ buildToolsVersion ' 21.1.2 '
2113
2214 defaultConfig {
2315 minSdkVersion 3
You can’t perform that action at this time.
0 commit comments