So, I am getting the following error while running the project after upgrading build.gradle (Project) from
dependencies {
classpath \'com.android.too
Check you build.gradle (Module: your app).
All com.google.android.gms libraries must use the exact same version specification (mixing versions can lead to runtime crashes).
For example: If you have com.google.firebase:firebase-ads:9.6.1 and com.google.android.gms:play-services-basement:10.0.1
You have to change the firebase version to: 10.0.1