Initial commit to public repo

This commit is contained in:
root
2022-07-28 21:55:33 +00:00
commit d5f6887937
64 changed files with 2338 additions and 0 deletions

10
build.gradle Normal file
View File

@@ -0,0 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.2.0' apply false
id 'com.android.library' version '7.2.0' apply false
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}