mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-24 08:38:51 -05:00
Upgrade Gradle build files
This commit is contained in:
parent
6d08e69690
commit
c58ef8bbc5
@ -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 {
|
||||
|
@ -6,7 +6,7 @@ dependencies {
|
||||
|
||||
android {
|
||||
compileSdkVersion 17
|
||||
buildToolsVersion '17'
|
||||
buildToolsVersion '18.1.1'
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
|
@ -2,7 +2,7 @@ apply plugin: 'android-library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 17
|
||||
buildToolsVersion '17'
|
||||
buildToolsVersion '18.1.1'
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
|
@ -2,7 +2,7 @@ apply plugin: 'android-library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 17
|
||||
buildToolsVersion '17'
|
||||
buildToolsVersion '18.1.1'
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
|
@ -2,7 +2,7 @@ apply plugin: 'android-library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 17
|
||||
buildToolsVersion '17'
|
||||
buildToolsVersion '18.1.1'
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
|
Loading…
Reference in New Issue
Block a user