feat: 初始化bj_power_app扫码app项目骨架

This commit is contained in:
zhoujianjin
2026-09-11 16:20:15 +08:00
parent 0ab21b1234
commit 0b3e06f86f
24 changed files with 1158 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
// 顶层构建文件:只声明插件版本,具体配置在 app/build.gradle
plugins {
id 'com.android.application' version '8.5.2' apply false
}