Keep line numbers and stuff in prod

Stephen Paul Weber created

Change summary

proguard-rules.pro | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

proguard-rules.pro 🔗

@@ -82,3 +82,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