You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
When integrators use the signer library in an app that uses proguard, they should not have to struggle to find a working proguard configuration for the classes created here, nor one to patch the warnings.
This should be done by providing a consumerProguardFiles entry in signer/build.gradle
Apps may encounter warnings about: javax.naming.** - because of some unused classes from spongycastle java.lang.management.** - ?? org.slf4j.** - because of dependencies of kethereum android.** - ??
definition of done
signer demoapp has a release version with minification enabled
signer demoapp does NOT need special proguard configuration to use the signer library. It should automatically propagate the proguard config
The text was updated successfully, but these errors were encountered:
@mirceanis commented on Thu Jul 19 2018
When integrators use the signer library in an app that uses proguard, they should not have to struggle to find a working proguard configuration for the classes created here, nor one to patch the warnings.
This should be done by providing a
consumerProguardFiles
entry insigner/build.gradle
Apps may encounter warnings about:
javax.naming.**
- because of some unused classes from spongycastlejava.lang.management.**
- ??org.slf4j.**
- because of dependencies of kethereumandroid.**
- ??definition of done
demoapp
has a release version with minification enableddemoapp
does NOT need special proguard configuration to use the signer library. It should automatically propagate the proguard configThe text was updated successfully, but these errors were encountered: