File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ apply plugin: 'kotlin-android'
33apply plugin : ' kotlin-android-extensions'
44
55android {
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
3434dependencies {
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'
You can’t perform that action at this time.
0 commit comments