Skip to content

Commit 8bb7dd9

Browse files
committed
Update build.gradle
1 parent 451d11d commit 8bb7dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:0.5.+'
6+
classpath 'com.android.tools.build:gradle:1.12.+'
77
}
88
}
99
apply plugin: 'android-library'
@@ -14,7 +14,7 @@ dependencies {
1414

1515
android {
1616
compileSdkVersion 17
17-
buildToolsVersion "18.0.1"
17+
buildToolsVersion "19.1.0"
1818

1919
defaultConfig {
2020
minSdkVersion 7

0 commit comments

Comments
 (0)