Files
Android-nRF-Toolbox/app/proguard-rules.pro
2025-10-09 09:39:56 +02:00

6 lines
241 B
Prolog

-keepattributes Signature
-keepattributes *Annotation*
# Crashlytics
-keepattributes SourceFile,LineNumberTable # Keep file names and line numbers.
-keep public class * extends java.lang.Exception # Optional: Keep custom exceptions.