Skip to content

Commit 69c86b0

Browse files
committed
Update build tools version.
1 parent 414ab28 commit 69c86b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:1.4.0-beta2'
6+
classpath 'com.android.tools.build:gradle:1.5.0-beta2'
77
}
88
}
99

@@ -16,7 +16,7 @@ allprojects {
1616
ext {
1717
minSdkVersion = 7
1818
compileSdkVersion = 23
19-
buildToolsVersion = '23.0.1'
19+
buildToolsVersion = '23.0.2'
2020

2121
// Android dependencies.
2222
supportAppCompat = 'com.android.support:appcompat-v7:23.1.0'

0 commit comments

Comments
 (0)