We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414ab28 commit 69c86b0Copy full SHA for 69c86b0
1 file changed
build.gradle
@@ -3,7 +3,7 @@ buildscript {
3
jcenter()
4
}
5
dependencies {
6
- classpath 'com.android.tools.build:gradle:1.4.0-beta2'
+ classpath 'com.android.tools.build:gradle:1.5.0-beta2'
7
8
9
@@ -16,7 +16,7 @@ allprojects {
16
ext {
17
minSdkVersion = 7
18
compileSdkVersion = 23
19
- buildToolsVersion = '23.0.1'
+ buildToolsVersion = '23.0.2'
20
21
// Android dependencies.
22
supportAppCompat = 'com.android.support:appcompat-v7:23.1.0'
0 commit comments