Skip to content

Commit

Permalink
Update target Android SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
xsveda committed Sep 21, 2016
1 parent 8760479 commit 8f113fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 22
compileSdkVersion 24
buildToolsVersion "24.0.2"

defaultConfig {
minSdkVersion 14
targetSdkVersion 22
targetSdkVersion 24

versionCode 6
versionName "0.6"
Expand Down Expand Up @@ -62,7 +62,7 @@ android {
}

dependencies {
compile 'com.android.support:support-v13:21.0.3'
compile 'com.android.support:support-v13:24.2.1'
compile 'org.roboguice:roboguice:2.0'
compile 'com.google.guava:guava:18.0'
compile 'com.google.code.findbugs:jsr305:2.0.2'
Expand Down

0 comments on commit 8f113fe

Please sign in to comment.