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

This commit is contained in:
Jorge Martín
2025-12-11 09:38:39 +01:00
committed by Jorge Martin Espinosa
parent 8d0e2e669e
commit cf00b799f2

View File

@@ -69,4 +69,4 @@
-keep class org.matrix.rustcomponents.sdk.** { *;}
-keep class uniffi.** { *;}
-keep class io.element.android.x.di.** { *; }
-keepnames class io.element.android.**
-keepclasseswithmembernames,allowoptimization,allowshrinking class io.element.android.** { *; }