Skip to content

Commit 7f6be80

Browse files
committed
feat: update consumer-rules.pro
Signed-off-by: Gaurav Goel <gaurav@tor.us>
1 parent 8676ac7 commit 7f6be80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

singlefactorauth/consumer-rules.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
-keep class com.web3auth.singlefactorauth.** { *; }
77
-keepclassmembers class com.web3auth.singlefactorauth.** { *; }
8-
-keepclassmembers enum com.web3auth.singlefactorauth.** { *; }
8+
-keepclassmembers enum com.web3auth.singlefactorauth.** { *; }
9+
-keepclassmembers class com.web3auth.singlefactorauth.types.** { *; }

0 commit comments

Comments
 (0)