fix compatibility with tcor version 1.2.2 and higher

* update kotlin 1.3.61 -> 1.3.70
此提交包含在:
2020-03-03 20:13:47 +01:00
父節點 e46c234b6c
當前提交 85dc3181fd
共有 2 個檔案被更改,包括 3 行新增3 行删除

查看文件

@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.61'
ext.kotlin_version = '1.3.70'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.0'
classpath 'com.android.tools.build:gradle:3.6.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong