Upgrade Gradle build files

This commit is contained in:
cketti 2013-11-04 22:48:27 +01:00
parent 6d08e69690
commit c58ef8bbc5
5 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.5.+'
classpath 'com.android.tools.build:gradle:0.6.+'
}
}
@ -20,7 +20,7 @@ dependencies {
android {
compileSdkVersion 17
buildToolsVersion '17'
buildToolsVersion '18.1.1'
sourceSets {
main {

View File

@ -6,7 +6,7 @@ dependencies {
android {
compileSdkVersion 17
buildToolsVersion '17'
buildToolsVersion '18.1.1'
sourceSets {
main {

View File

@ -2,7 +2,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion 17
buildToolsVersion '17'
buildToolsVersion '18.1.1'
sourceSets {
main {

View File

@ -2,7 +2,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion 17
buildToolsVersion '17'
buildToolsVersion '18.1.1'
sourceSets {
main {

View File

@ -2,7 +2,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion 17
buildToolsVersion '17'
buildToolsVersion '18.1.1'
sourceSets {
main {