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
You can go to the maven to check the latest version
https://mvnrepository.com/artifact/com.google.android.gms/play-services
and then add maven { URL "https://maven.google.com" } to your root level build.gradle file
allprojects { repositories { jcenter() maven { url "https://maven.google.com" } } }