I am trying to write code for Android FirebaseUI — Auth in my android project but from last two days, I am getting errors in my current code and don\'t know how to fix it. t
Add google() repository to your "build.gradle" file. This gradle method is equivalent to maven { url "https://maven.google.com" }.
google()
maven { url "https://maven.google.com" }
repositories { jcenter() google() }