minifyEnabled true

 minifyEnabled true
 有些类比如使用了反射等,需要设置proguard-rules.pro文件
-keep class com.google.gson** { *; }
-keep class org.jsoup** { *; }