save code

This commit is contained in:
xsl
2025-09-09 21:52:27 +08:00
parent c1c4b49386
commit 516fe7e47b
3 changed files with 14 additions and 5 deletions
+1
View File
@@ -1,6 +1,7 @@
plugins {
id 'com.android.application' version '8.12.2' apply false
id 'com.android.library' version '8.12.2' apply false
id 'org.jetbrains.kotlin.android' version '2.2.0' apply false
}
tasks.register('clean', Delete) {