Skip to content

Commit 5ef4bf7

Browse files
committed
Update dependencies and SDKs
1 parent b0fff89 commit 5ef4bf7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 4 additions & 4 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 25
7-
buildToolsVersion "25.0.2"
6+
compileSdkVersion 26
7+
buildToolsVersion "26.0.0"
88

99
defaultConfig {
1010
applicationId "com.simplemobiletools.notes"
1111
minSdkVersion 16
12-
targetSdkVersion 25
12+
targetSdkVersion 26
1313
versionCode 34
1414
versionName "2.2.1"
1515
}
@@ -38,7 +38,7 @@ dependencies {
3838
}
3939

4040
buildscript {
41-
ext.kotlin_version = '1.1.1'
41+
ext.kotlin_version = '1.1.2-5'
4242
repositories {
4343
mavenCentral()
4444
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.3.1'
8+
classpath 'com.android.tools.build:gradle:2.3.3'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

0 commit comments

Comments
 (0)