Skip to content

Commit c58ef8b

Browse files
committed
Upgrade Gradle build files
1 parent 6d08e69 commit c58ef8b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'com.android.tools.build:gradle:0.5.+'
7+
classpath 'com.android.tools.build:gradle:0.6.+'
88
}
99
}
1010

@@ -20,7 +20,7 @@ dependencies {
2020

2121
android {
2222
compileSdkVersion 17
23-
buildToolsVersion '17'
23+
buildToolsVersion '18.1.1'
2424

2525
sourceSets {
2626
main {

plugins/ActionBarSherlock/library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66

77
android {
88
compileSdkVersion 17
9-
buildToolsVersion '17'
9+
buildToolsVersion '18.1.1'
1010

1111
sourceSets {
1212
main {

plugins/Android-PullToRefresh/library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'android-library'
22

33
android {
44
compileSdkVersion 17
5-
buildToolsVersion '17'
5+
buildToolsVersion '18.1.1'
66

77
sourceSets {
88
main {

plugins/HoloColorPicker/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'android-library'
22

33
android {
44
compileSdkVersion 17
5-
buildToolsVersion '17'
5+
buildToolsVersion '18.1.1'
66

77
sourceSets {
88
main {

plugins/ckChangeLog/library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'android-library'
22

33
android {
44
compileSdkVersion 17
5-
buildToolsVersion '17'
5+
buildToolsVersion '18.1.1'
66

77
sourceSets {
88
main {

0 commit comments

Comments
 (0)