mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
## Description Enables minify & resource shrinking for release builds. This should improve overall performance a bit. It also decreases the apk size by ~15%. Also updates AGP ### Related issues N/A ### Testing Emulator, but needs more testing before a final release ## Screenshots N/A ## AI or LLM usage None
10 lines
314 B
Prolog
10 lines
314 B
Prolog
-keepattributes SourceFile,LineNumberTable
|
|
|
|
-keep class com.github.damontecres.wholphin.util.mpv.* { *; }
|
|
|
|
-keep class * extends com.google.protobuf.GeneratedMessageLite { *; }
|
|
-keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite {
|
|
<fields>;
|
|
<methods>;
|
|
}
|
|
-dontwarn com.google.protobuf.**
|