Skip to content

Commit ef914b4

Browse files
committed
fix: Add proguard rules to prevent stripping of Rokt class
1 parent 4b5a9df commit ef914b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

android-core/proguard.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@
216216
@androidx.annotation.Nullable *;
217217
}
218218

219+
# Prevent the Rokt class from being obfuscated - needed to allow binding generation in Maui
220+
-keep class com.mparticle.Rokt { *; }
219221
# Preserve all method signatures in the Rokt class to prevent overload resolution issues
220222
-keepclassmembers class com.mparticle.Rokt {
221223
*;

0 commit comments

Comments
 (0)