Skip to content

Commit 3c96ccd

Browse files
author
Traun Leyden
committed
Upgrade to Android Studio 0.4.3. Use SDK version 19.
1 parent f491f31 commit 3c96ccd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 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.6.+'
6+
classpath 'com.android.tools.build:gradle:0.8.+'
77
}
88
}
99
apply plugin: 'android-library'
@@ -21,12 +21,12 @@ apply from: 'dependencies-test.gradle' // <- enable this when testing
2121

2222

2323
android {
24-
compileSdkVersion 17
25-
buildToolsVersion "17.0.0"
24+
compileSdkVersion 19
25+
buildToolsVersion "19.0.0"
2626

2727
defaultConfig {
2828
minSdkVersion 9
29-
targetSdkVersion 16
29+
targetSdkVersion 19
3030
}
3131
}
3232

0 commit comments

Comments
 (0)