I\'m trying to implement Google sign in for Android and I\'m following the instructoins via
https://developers.google.com/identity/sign-in/android/start-integrating<
Adding
dexOptions { incremental = true; preDexLibraries = false javaMaxHeapSize "4g" // 2g should be also OK }
in with in android in build.gradle works for me.