Hello! Using this library, I have the following exception when running my app on release:
Platform Exception (connection_failure, java.lang.ClassNotFoundException: com.jcraft.jsch.jce.Random, null, null)
The temporary fix for this is to set this on the build gradle:
minifyEnabled false
shrinkResources false
I suspect proguard is removing some essential files when shrinking the app. Any guidance on what to add in proguard-rules.pro?
Hello! Using this library, I have the following exception when running my app on release:
Platform Exception (connection_failure, java.lang.ClassNotFoundException: com.jcraft.jsch.jce.Random, null, null)
The temporary fix for this is to set this on the build gradle:
I suspect proguard is removing some essential files when shrinking the app. Any guidance on what to add in
proguard-rules.pro?