This commit is contained in:
2021-10-22 16:16:00 +08:00
parent 99be3f40c4
commit 59a45f9179
51 changed files with 1364 additions and 1713 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
}