1> Xiaozhi..:
You don’t need to disable optimization completely, just optimize the problem class. I have the same issue and resolve it by adding the following to the proguard-rules.pro file:
-keep class com.google.android.gms.internal.** { *; }
1> Xiaozhi..:
You don’t need to disable optimization completely, just optimize the problem class. I have the same issue and resolve it by adding the following to the proguard-rules.pro file:
-keep class com.google.android.gms.internal.** { *; }