This commit is contained in:
2021-09-30 18:07:01 +08:00
parent 307e3f3cf4
commit 53beeb7614
22 changed files with 328 additions and 681 deletions

View File

@@ -4,6 +4,7 @@
apply from : "app_config.gradle"
buildscript {
ext.kotlin_version = '1.3.72'
repositories {
google()
jcenter()
@@ -11,6 +12,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}