|
|
|
@ -1,13 +1,10 @@ |
|
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules. |
|
|
|
|
|
|
|
|
|
buildscript { |
|
|
|
|
ext.kotlin_version = '1.3.61' |
|
|
|
|
repositories { |
|
|
|
|
jcenter() |
|
|
|
|
google() |
|
|
|
|
jcenter() |
|
|
|
|
} |
|
|
|
|
dependencies { |
|
|
|
|
classpath 'com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta08' |
|
|
|
|
classpath 'com.android.tools.build:gradle:3.5.3' |
|
|
|
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" |
|
|
|
|
} |
|
|
|
@ -15,9 +12,9 @@ buildscript { |
|
|
|
|
|
|
|
|
|
allprojects { |
|
|
|
|
repositories { |
|
|
|
|
google() |
|
|
|
|
jcenter() |
|
|
|
|
maven { url "https://jitpack.io" } |
|
|
|
|
google() |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|