1
0
Fork 1

Keep line numbers and stuff in prod

(cherry picked from commit 61601566f7)
This commit is contained in:
Arne 2024-04-05 05:55:39 +02:00
parent c59383f8c8
commit eb23f85b1b

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