Skip to content

Commit 339db01

Browse files
author
Roger Hu
committed
Bump Build Tools and Gradle version.
1 parent 7de2cd1 commit 339db01

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.14.0'
6+
classpath 'com.android.tools.build:gradle:1.0.0'
77
}
88
}
99
apply plugin: 'android'
@@ -14,7 +14,7 @@ dependencies {
1414

1515
android {
1616
compileSdkVersion 21
17-
buildToolsVersion "21.1.1"
17+
buildToolsVersion "21.1.2"
1818

1919
sourceSets {
2020
main {

0 commit comments

Comments
 (0)