Skip to content
Snippets Groups Projects
Commit fdafbc8d authored by Taras's avatar Taras
Browse files

Add crashlytics proguard rules

parent 9578686b
No related branches found
No related tags found
No related merge requests found
...@@ -75,4 +75,7 @@ native <methods>; ...@@ -75,4 +75,7 @@ native <methods>;
-keep class org.matrix.android.sdk.internal.auth.DefaultAuthenticationService -keep class org.matrix.android.sdk.internal.auth.DefaultAuthenticationService
-keep class org.matrix.android.sdk.internal.auth.db.PendingSessionData -keep class org.matrix.android.sdk.internal.auth.db.PendingSessionData
-keep class org.futo.circles.model.CircleRoomTypeArg -keep class org.futo.circles.model.CircleRoomTypeArg
\ No newline at end of file
-keepattributes SourceFile,LineNumberTable # Keep file names and line numbers.
-keep public class * extends java.lang.Exception # Optional: Keep custom exceptions.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment