mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
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
|