Merge pull request #92 from trubitsyn/master

Update dependencies and SDKs
This commit is contained in:
Tibor Kaputa 2017-06-13 22:10:23 +02:00 committed by GitHub
commit a1baea3130
2 changed files with 5 additions and 5 deletions

View File

@ -3,13 +3,13 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
compileSdkVersion 26
buildToolsVersion "26.0.0"
defaultConfig {
applicationId "com.simplemobiletools.notes"
minSdkVersion 16
targetSdkVersion 25
targetSdkVersion 26
versionCode 34
versionName "2.2.1"
}
@ -38,7 +38,7 @@ dependencies {
}
buildscript {
ext.kotlin_version = '1.1.1'
ext.kotlin_version = '1.1.2-5'
repositories {
mavenCentral()
}

View File

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.android.tools.build:gradle:2.3.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files