Skip to content

Commit b60a237

Browse files
committed
removed --obfuscate from release build for foss release
1 parent 31dcf04 commit b60a237

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
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

android/app/proguard-rules.pro

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,4 @@
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.**

0 commit comments

Comments
 (0)