After minifyEnabled=true for proground in build release mode app crash in fragment or activity where I use it.
Simply need -keep class ca.antonious.*.* { *; } in proground-rules.pro to avoid minify and it works now.
My setup: minSdkVersion 21, targetSdkVersion 29
This need to add in documentation. It take 2 hour from me to find out.
After minifyEnabled=true for proground in build release mode app crash in fragment or activity where I use it.
Simply need
-keep class ca.antonious.*.* { *; }in proground-rules.pro to avoid minify and it works now.My setup: minSdkVersion 21, targetSdkVersion 29
This need to add in documentation. It take 2 hour from me to find out.