Keep line numbers and stuff in prod

(cherry picked from commit c111825894)
This commit is contained in:
Arne 2024-04-05 05:55:39 +02:00
parent 1109caf305
commit c6146a6ea3

2
proguard-rules.pro vendored
View file

@ -101,3 +101,5 @@
# R8 full mode strips generic signatures from return types if not kept.
-if interface * { @retrofit2.http.* public *** *(...); }
-keep,allowoptimization,allowshrinking,allowobfuscation class <3>
-keepattributes *Annotation*,SourceFile,LineNumberTable