Duplicate class when importing play games plugin for unity

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 ?

Just in case someone wanders here : most of the time it’s a build error and deleting all .aar and .jar in your plugins/android folder can help