mirror of
https://github.com/fcitx5-android/fcitx5-android.git
synced 2026-08-01 05:58:37 +08:00
9 lines
208 B
Prolog
9 lines
208 B
Prolog
# disable obfuscation
|
|
-dontobfuscate
|
|
|
|
# preserve the line number information for debugging stack traces
|
|
-keepattributes SourceFile,LineNumberTable
|
|
|
|
# remove kotlin null checks
|
|
-processkotlinnullchecks remove
|