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 { android {
compileSdkVersion 25 compileSdkVersion 25
buildToolsVersion "25.0.1" buildToolsVersion "25.0.2"
defaultConfig { defaultConfig {
applicationId "com.simplemobiletools.notes" applicationId "com.simplemobiletools.notes"
@ -38,7 +38,7 @@ dependencies {
} }
buildscript { buildscript {
ext.kotlin_version = '1.0.3' ext.kotlin_version = '1.1.0'
repositories { repositories {
mavenCentral() mavenCentral()
} }

View File

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

View File

@ -1,6 +1,6 @@
#Sun Aug 21 21:50:21 CEST 2016 #Mon Mar 06 18:14:27 CET 2017
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip