Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
11 lines
299 B
Prolog
11 lines
299 B
Prolog
-include proguard-rules.pro
|
|
|
|
# Crashlytics
|
|
-keepattributes *Annotation*
|
|
-keepattributes SourceFile,LineNumberTable
|
|
-keep public class * extends java.lang.Exception
|
|
|
|
# R8 missing classes - suppress warnings
|
|
-dontwarn com.facebook.memory.config.MemorySpikeConfig
|
|
-dontwarn kotlinx.parcelize.Parcelize
|