first commit

This commit is contained in:
2022-05-07 01:48:53 +08:00
commit 26c3aabf4d
115 changed files with 4069 additions and 0 deletions

11
build.gradle Normal file
View File

@@ -0,0 +1,11 @@
plugins {
id 'com.android.application' version '7.1.3' apply false
id 'com.android.library' version '7.1.3' apply false
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
}
ext {
appVersionName = "1.0"
appVersionCode = 1
enableR8 = false
}