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 f491f31 commit 3c96ccdCopy full SHA for 3c96ccd
build.gradle
@@ -3,7 +3,7 @@ buildscript {
3
mavenCentral()
4
}
5
dependencies {
6
- classpath 'com.android.tools.build:gradle:0.6.+'
+ classpath 'com.android.tools.build:gradle:0.8.+'
7
8
9
apply plugin: 'android-library'
@@ -21,12 +21,12 @@ apply from: 'dependencies-test.gradle' // <- enable this when testing
21
22
23
android {
24
- compileSdkVersion 17
25
- buildToolsVersion "17.0.0"
+ compileSdkVersion 19
+ buildToolsVersion "19.0.0"
26
27
defaultConfig {
28
minSdkVersion 9
29
- targetSdkVersion 16
+ targetSdkVersion 19
30
31
32
0 commit comments