This commit is contained in:
zyp
2026-07-09 10:11:25 +08:00
commit f632730452
2156 changed files with 764537 additions and 0 deletions

5
settings.gradle Normal file
View File

@@ -0,0 +1,5 @@
include ':sample'
project(':sample').projectDir = new File(rootProject.projectDir, 'sample')
include ':uxsdk'// uxsdk模块
project(':uxsdk').projectDir = new File(rootProject.projectDir, 'uxsdk')