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 53c6aa2 commit 5a61ad7Copy full SHA for 5a61ad7
app/build.gradle
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
2
apply plugin: 'android-apt'
3
4
android {
5
- compileSdkVersion 23
6
- buildToolsVersion "23.0.3"
+ compileSdkVersion 24
+ buildToolsVersion "24.0.3"
7
8
defaultConfig {
9
applicationId "com.simplemobiletools.flashlight"
10
minSdkVersion 16
11
- targetSdkVersion 23
+ targetSdkVersion 24
12
versionCode 20
13
versionName "1.20"
14
}
@@ -27,7 +27,7 @@ android {
27
28
29
dependencies {
30
- compile 'com.android.support:appcompat-v7:23.4.0'
+ compile 'com.android.support:appcompat-v7:24.2.1'
31
compile 'com.jakewharton:butterknife:8.0.1'
32
compile 'com.squareup:otto:1.3.8'
33
compile 'com.github.yukuku:ambilwarna:2.0.1'
0 commit comments