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

Add password mode param to pro-guard rules

parent fc2c85a4
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ native <methods>;
-keep class org.matrix.android.sdk.internal.auth.DefaultAuthenticationService
-keep class org.matrix.android.sdk.internal.auth.db.PendingSessionData
-keep class org.futo.circles.model.CircleRoomTypeArg
-keep class org.futo.circles.model.PasswordModeArg
-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