File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ apply plugin: 'kotlin-android'
3
3
apply plugin : ' kotlin-android-extensions'
4
4
5
5
android {
6
- compileSdkVersion 25
7
- buildToolsVersion " 25 .0.2 "
6
+ compileSdkVersion 26
7
+ buildToolsVersion " 26 .0.0 "
8
8
9
9
defaultConfig {
10
10
applicationId " com.simplemobiletools.notes"
11
11
minSdkVersion 16
12
- targetSdkVersion 25
12
+ targetSdkVersion 26
13
13
versionCode 34
14
14
versionName " 2.2.1"
15
15
}
@@ -38,7 +38,7 @@ dependencies {
38
38
}
39
39
40
40
buildscript {
41
- ext. kotlin_version = ' 1.1.1 '
41
+ ext. kotlin_version = ' 1.1.2-5 '
42
42
repositories {
43
43
mavenCentral()
44
44
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.3.1 '
8
+ classpath ' com.android.tools.build:gradle:2.3.3 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments