Use latest Gradle Android plugin and build tools

This commit is contained in:
cketti 2014-07-26 18:06:20 +02:00
parent 96be55a262
commit c36d2d7a5e
5 changed files with 13 additions and 13 deletions

View File

@ -4,11 +4,11 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.11.+'
classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'android'
apply plugin: 'com.android.application'
dependencies {
compile project(':plugins:Android-PullToRefresh:library')
@ -21,7 +21,7 @@ dependencies {
android {
compileSdkVersion 19
buildToolsVersion '19.1.0'
buildToolsVersion '20.0.0'
sourceSets {
main {

View File

@ -1,8 +1,8 @@
apply plugin: 'android-library'
apply plugin: 'com.android.library'
android {
compileSdkVersion 19
buildToolsVersion '19.1.0'
buildToolsVersion '20.0.0'
sourceSets {
main {

View File

@ -1,4 +1,4 @@
apply plugin: 'android-library'
apply plugin: 'com.android.library'
android {
compileSdkVersion 19

View File

@ -1,8 +1,8 @@
apply plugin: 'android-library'
apply plugin: 'com.android.library'
android {
compileSdkVersion 19
buildToolsVersion '19.1.0'
buildToolsVersion '20.0.0'
sourceSets {
main {

View File

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