Update compileSdkVersion to 21 and Gradle Android Plugin to 1.0.0

This commit is contained in:
cketti 2014-12-09 00:41:10 +01:00
parent 272a4bc1cf
commit 0ce7c911e5
5 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0-rc4'
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
}
}

View File

@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 19
compileSdkVersion 21
buildToolsVersion '20.0.0'
sourceSets {

View File

@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 19
compileSdkVersion 21
buildToolsVersion '20.0.0'
sourceSets {

View File

@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 19
compileSdkVersion 21
buildToolsVersion '20.0.0'
sourceSets {

View File

@ -5,14 +5,14 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.2'
classpath 'com.android.tools.build:gradle:1.0.0'
}
}
apply plugin: 'com.android.library'
android {
compileSdkVersion 19
compileSdkVersion 21
buildToolsVersion '20.0.0'
// NOTE: We are using the old folder structure to also support Eclipse