This commit is contained in:
wenyifan
2022-11-25 18:38:16 +08:00
commit 73b1f7384a
41 changed files with 795 additions and 0 deletions

9
build.gradle Normal file
View File

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