Skip to content

Commit c5bb18c

Browse files
committed
Make explicit we want to keep the member names too, but we want to allow optimization of the code and shrinking when methods aren't used
1 parent 6d6ce8d commit c5bb18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@
6969
-keep class org.matrix.rustcomponents.sdk.** { *;}
7070
-keep class uniffi.** { *;}
7171
-keep class io.element.android.x.di.** { *; }
72-
-keepnames class io.element.android.**
72+
-keepclasseswithmembernames,allowoptimization,allowshrinking class io.element.android.** { *; }

0 commit comments

Comments
 (0)