重新建库,开源大部分代码,脱敏处理

This commit is contained in:
2026-06-03 19:09:28 +08:00
committed by Little1Yuan
commit 37f69aa244
145 changed files with 5800 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
id("org.jetbrains.kotlin.android") version "2.2.20" apply false
}