|
@@ -1,15 +1,15 @@
|
|
|
// 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.72'
|
|
|
|
|
|
|
+ ext.kotlin_version = "1.4.10"
|
|
|
repositories {
|
|
repositories {
|
|
|
google()
|
|
google()
|
|
|
jcenter()
|
|
jcenter()
|
|
|
maven { url 'https://dl.bintray.com/umsdk/release' }
|
|
maven { url 'https://dl.bintray.com/umsdk/release' }
|
|
|
}
|
|
}
|
|
|
dependencies {
|
|
dependencies {
|
|
|
- classpath 'com.android.tools.build:gradle:3.5.2'
|
|
|
|
|
- //classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
|
|
|
|
|
|
+ classpath "com.android.tools.build:gradle:4.2.0"
|
|
|
|
|
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
|
|
|
|
|
|
|
// 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
|