File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 6363
6464 - name : 🏗️ Build APK and App Bundle
6565 run : |
66- flutter build apk --split-per-abi --obfuscate -- split-debug-info=build/app/outputs/symbols
67- flutter build apk --obfuscate --split-debug-info=build/app/outputs/symbols
66+ flutter build apk --release --split-per-abi
67+ flutter build apk --release
6868 flutter build appbundle --release
6969
7070 - name : 🧾 Extract version and build number
Original file line number Diff line number Diff line change 66
77# Keep Shizuku library classes
88-keep class rikka.shizuku.** { *; }
9- -dontwarn rikka.shizuku.**
10-
11- # Hidden API Bypass
12- -keep class org.lsposed.hiddenapibypass.** { *; }
13- -dontwarn org.lsposed.hiddenapibypass.**
14-
15- # Keep Android hidden API classes accessed via reflection
16- -dontwarn android.content.pm.IPackageManager
17- -dontwarn android.content.pm.IPackageManager$Stub
18- -dontwarn android.os.ServiceManager
19- -dontwarn android.content.pm.ParceledListSlice
9+ -dontwarn rikka.shizuku.**
You can’t perform that action at this time.
0 commit comments