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
+7
View File
@@ -0,0 +1,7 @@
# 保留 ZXing 相关类(扫码依赖反射/系统组件)
-keep class com.journeyapps.** { *; }
-keep class com.google.zxing.** { *; }
# OkHttp
-dontwarn okhttp3.**
-dontwarn okio.**