1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

Use latest Gradle Android plugin and build tools

This commit is contained in:
cketti 2014-06-14 03:29:22 +02:00
parent 59bda357e0
commit 324db56569
7 changed files with 10 additions and 10 deletions

View File

@ -4,7 +4,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:0.9.+' classpath 'com.android.tools.build:gradle:0.11.+'
} }
} }
@ -21,7 +21,7 @@ dependencies {
android { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion '19.0.3' buildToolsVersion '19.1.0'
sourceSets { sourceSets {
main { main {

View File

@ -1,6 +1,6 @@
#Sat Mar 08 23:04:13 CET 2014 #Sat Jun 14 01:43:40 CEST 2014
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-all.zip distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip

View File

@ -6,7 +6,7 @@ dependencies {
android { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion '19.0.3' buildToolsVersion '19.1.0'
sourceSets { sourceSets {
main { main {

View File

@ -2,7 +2,7 @@ apply plugin: 'android-library'
android { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion '19.0.3' buildToolsVersion '19.1.0'
sourceSets { sourceSets {
main { main {

View File

@ -2,7 +2,7 @@ apply plugin: 'android-library'
android { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion '19.0.3' buildToolsVersion '19.1.0'
sourceSets { sourceSets {
main { main {

View File

@ -2,7 +2,7 @@ apply plugin: 'android-library'
android { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion '19.0.3' buildToolsVersion '19.1.0'
sourceSets { sourceSets {
main { main {

View File

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