WalletConnect / WalletConnectKotlinV2

WalletConnect Kotlin SDK v2
Apache License 2.0
251 stars 83 forks source link

Add Jackson XML proguard rules to the SDK #1079

Open Talhaali00 opened 1 year ago

Talhaali00 commented 1 year ago

We can't build the samples with the following Proguard rules

-keepnames class com.fasterxml.jackson.** { *; }
-dontwarn com.fasterxml.jackson.databind.**

We need to figure out how we can add these rules to the SDK so that applications will not need to add the rules themselves

XRPHIBBO commented 1 year ago

Already