This is my Gradle:app file
Error I get when I try to rebuild: "All gms/firebase libaries must use the exact same version specification. Found versions 11.6.0, 10.2.0. Examples include com.google.android.gms:play-services-auth:11.6.0 and com.google.android.gms:play-services-location:10.2.0"
Anyone know how to get rid of the error?
I also had same error for the dependency version:
compile com.google.firebase:firebase-core:11.6.2'
I resolved it by adding this missing dependency:
compile 'com.google.android.gms:play-services:11.6.2'
Run ./gradlew app:dependencies
to see what your transitive dependencies are (this will show what lib is depending on 10.2.0
for example)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With