This commit is contained in:
2024-12-13 00:04:15 +00:00
commit fdd749e12b
68 changed files with 3078 additions and 0 deletions

5
Sorce/build.gradle Executable file
View File

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