pink-room / walletconnectkit-android

WalletConnectKit is the Swiss Army toolkit for WalletConnect!
Apache License 2.0
73 stars 12 forks source link

Add proguard rules #14

Open RyanNewsom opened 2 years ago

RyanNewsom commented 2 years ago

You should add proguard rules to your library so that consumers don't have to figure out what they need to be themselves. If you want to test this, turn on minifyEnabled on your sample app, it will crash.

Related to #10

sinarostami commented 2 years ago

Add below lines into the progaurd-rules.pro file:

-keep class org.walletconnect** { *;}
-keep class dev.pinkroom.walletconnectkit** { *; }