1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-25 00:58:50 -05:00

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 { dependencies {
classpath 'com.android.tools.build:gradle:0.5.+' classpath 'com.android.tools.build:gradle:0.6.+'
} }
} }
@ -20,7 +20,7 @@ dependencies {
android { android {
compileSdkVersion 17 compileSdkVersion 17
buildToolsVersion '17' buildToolsVersion '18.1.1'
sourceSets { sourceSets {
main { main {

View File

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

View File

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

View File

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

View File

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