Skip to content

Commit 6d6ce8d

Browse files
committed
Improve proguard config to keep the names in the classes in out packages
1 parent 881877b commit 6d6ce8d

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.x.**
72+
-keepnames class io.element.android.**

0 commit comments

Comments
 (0)