Skip to content

Commit 5a61ad7

Browse files
author
Tibor Kaputa
committed
update target sdk to 24
1 parent 53c6aa2 commit 5a61ad7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
22
apply plugin: 'android-apt'
33

44
android {
5-
compileSdkVersion 23
6-
buildToolsVersion "23.0.3"
5+
compileSdkVersion 24
6+
buildToolsVersion "24.0.3"
77

88
defaultConfig {
99
applicationId "com.simplemobiletools.flashlight"
1010
minSdkVersion 16
11-
targetSdkVersion 23
11+
targetSdkVersion 24
1212
versionCode 20
1313
versionName "1.20"
1414
}
@@ -27,7 +27,7 @@ android {
2727
}
2828

2929
dependencies {
30-
compile 'com.android.support:appcompat-v7:23.4.0'
30+
compile 'com.android.support:appcompat-v7:24.2.1'
3131
compile 'com.jakewharton:butterknife:8.0.1'
3232
compile 'com.squareup:otto:1.3.8'
3333
compile 'com.github.yukuku:ambilwarna:2.0.1'

0 commit comments

Comments
 (0)