Skip to content

Commit ec4ae99

Browse files
committed
update target sdk to 25
1 parent 7fec8e5 commit ec4ae99

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 23
7-
buildToolsVersion "23.0.3"
6+
compileSdkVersion 25
7+
buildToolsVersion "25.0.1"
88

99
defaultConfig {
1010
applicationId "com.simplemobiletools.notes"
1111
minSdkVersion 16
12-
targetSdkVersion 23
12+
targetSdkVersion 25
1313
versionCode 22
1414
versionName "1.22"
1515
}
@@ -32,9 +32,9 @@ android {
3232
}
3333

3434
dependencies {
35-
compile 'com.android.support:appcompat-v7:23.4.0'
35+
compile 'com.android.support:appcompat-v7:25.0.1'
3636
compile 'com.github.yukuku:ambilwarna:2.0.1'
37-
compile 'com.android.support:design:23.4.0'
37+
compile 'com.android.support:design:25.0.1'
3838
compile 'com.facebook.stetho:stetho:1.4.1'
3939
compile 'com.github.bumptech.glide:glide:3.7.0'
4040
compile 'com.simplemobiletools:filepicker:1.5.4@aar'

0 commit comments

Comments
 (0)