This commit is contained in:
wenyifan
2024-05-20 18:11:06 +08:00
commit 1cca3f816b
23 changed files with 841 additions and 0 deletions

4
build.gradle Normal file
View File

@ -0,0 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.1.1' apply false
}