Skip to content

Commit 8f113fe

Browse files
committed
Update target Android SDK
1 parent 8760479 commit 8f113fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 22
4+
compileSdkVersion 24
55
buildToolsVersion "24.0.2"
66

77
defaultConfig {
88
minSdkVersion 14
9-
targetSdkVersion 22
9+
targetSdkVersion 24
1010

1111
versionCode 6
1212
versionName "0.6"
@@ -62,7 +62,7 @@ android {
6262
}
6363

6464
dependencies {
65-
compile 'com.android.support:support-v13:21.0.3'
65+
compile 'com.android.support:support-v13:24.2.1'
6666
compile 'org.roboguice:roboguice:2.0'
6767
compile 'com.google.guava:guava:18.0'
6868
compile 'com.google.code.findbugs:jsr305:2.0.2'

0 commit comments

Comments
 (0)