I am following this link to integrate Google sign-in in my android app.https://developers.google.com/identity/sign-in/android/start-integrating As given in last step on the
check gradle.properties and add android.useAndroidX=true or you can also add android.enableJetifier=true or you can comment it by #
android.useAndroidX=true
android.enableJetifier=true
worked for me