mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-07 11:48:07 -05:00
Upgrade Gradle build files
This commit is contained in:
parent
df0f6f3a8e
commit
cca983fe99
@ -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