add android proj

This commit is contained in:
xsl
2025-09-04 11:09:24 +08:00
parent 6bc8f61b18
commit 1dbb7310fa
9 changed files with 551 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
plugins {
id 'com.android.application' version '8.7.2' apply false
id 'com.android.library' version '8.7.2' apply false
}
tasks.register('clean', Delete) {
delete rootProject.layout.buildDirectory
}