This commit is contained in:
Developer
2026-05-18 17:52:09 +08:00
commit cae04eead5
62 changed files with 11230 additions and 0 deletions

8
android/proguard-rules.pro vendored Normal file
View File

@@ -0,0 +1,8 @@
# Keep Flutter plugin classes
-keep class com.xiarui.printer.** { *; }
-keep class io.flutter.embedding.engine.plugins.** { *; }
# Keep third-party SDKs
-keep class com.caysn.autoreplyprint.** { *; }
-keep class com.sun.jna.** { *; }
-keep class com.lvrenyang.** { *; }