forked from shaqian/flutter_ssh
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels