Hey, I have a big problem trying to integrate google play unity plugin when I build I have a lot of duplicate classes error java.lang.RuntimeException: java.lang.RuntimeException: Duplicate class android.support.customtabs.ICustomTabsCallback found in modules androidx.browser.browser-1.4.0-runtime.jar (:androidx.browser.browser-1.4.0:) and browser-1.0.0-runtime.jar (androidx.browser:browser:1.0.0) before that it would’nt even try to compile I had to set up android.useAndroidX = true in a custom gradleTemplate.properties
I don’t know how to fix or diagnose that do you have any ideas ?