I updated my dex classes with amigo library (it\'s changing one apk for another apk with the same key and signature, all is working except JSOUP)
Error:
add Jsoup library in libs folder and add -keep class org.jsoup.** in your proguard-rules.pro file.
Then it will work.