Update to kotlin 1.3.0 version + update AS to 3.2

This commit is contained in:
ganfra 2018-11-07 10:12:27 +01:00
parent 9cc3dc51cc
commit 49715a30b6
2 changed files with 1 additions and 3 deletions

View File

@ -1,12 +1,11 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.3.0-rc-146' ext.kotlin_version = '1.3.0'
ext.koin_version = '1.0.1' ext.koin_version = '1.0.1'
repositories { repositories {
google() google()
jcenter() jcenter()
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.android.tools.build:gradle:3.2.1'
@ -21,7 +20,6 @@ allprojects {
repositories { repositories {
google() google()
jcenter() jcenter()
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
maven { url 'https://jitpack.io' } maven { url 'https://jitpack.io' }
} }
} }