fcitx5-android/plugin/thai/proguard-rules.pro
rocka 471f7f3fe7
Update dependencies and migrate to AGP 9 (#842)
Gradle 9.3.1, AGP 9.1.0, Kotlin 2.3.10
2026-03-09 23:17:59 +08:00

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