(translated with Google translator) I searched the Internet, everywhere people just change the version in build.gradle. Help me please. I\'m ready to update the gms
Change this:
classpath 'com.google.gms:google-services:3.1.1'
into this:
classpath 'com.google.gms:google-services:4.0.1'
to avoid the mixing version error.
Also update the firebase-core dependency into this:
implementation 'com.google.firebase:firebase-core:16.0.1'
https://firebase.google.com/support/release-notes/android
Use as follow
dependencies {
...
implementation 'com.google.firebase:firebase-core:15.0.0'
...
}
You can update versions of google libraries from this https://developers.google.com/android/guides/setup