update gradle and kotlin

This commit is contained in:
tibbi
2017-03-06 18:17:20 +01:00
parent 3ea0fbefd7
commit 77227279cd
3 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
buildToolsVersion "25.0.2"
defaultConfig {
applicationId "com.simplemobiletools.notes"
@ -38,7 +38,7 @@ dependencies {
}
buildscript {
ext.kotlin_version = '1.0.3'
ext.kotlin_version = '1.1.0'
repositories {
mavenCentral()
}