We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451d11d commit 8bb7dd9Copy full SHA for 8bb7dd9
build.gradle
@@ -3,7 +3,7 @@ buildscript {
3
mavenCentral()
4
}
5
dependencies {
6
- classpath 'com.android.tools.build:gradle:0.5.+'
+ classpath 'com.android.tools.build:gradle:1.12.+'
7
8
9
apply plugin: 'android-library'
@@ -14,7 +14,7 @@ dependencies {
14
15
android {
16
compileSdkVersion 17
17
- buildToolsVersion "18.0.1"
+ buildToolsVersion "19.1.0"
18
19
defaultConfig {
20
minSdkVersion 7
0 commit comments