Hello guys,
iam very new to Kotlin and android app development in general and I am following a tutorial to create a login with firebase:
When trying to add firebase to my app and syncing my gradle files, Iam receiving the following error message:
This is what my gradle files look like:
I hope somebody is able to help me, thanks!
al3c
October 5, 2020, 2:46pm
2
You need to specify a version for dependencies,
according to https://mvnrepository.com/artifact/com.google.firebase/firebase-analytics/ 17.5.0
is the last, so the following should do:
implementation group: 'com.google.firebase', name: 'firebase-analytics', version: '17.5.0'
Also, please donβt post screenshots but editable text. Thanks
1 Like
Sorry, I will keep that in mind for next time. It worked! Awesome, thanks a lot!!
Hay Bro , no need to change any fire base version
in your app.gradel(module) declare the version of the ktx
implementation βcom.google.firebase:firebase-analytics-ktx:19.0.0β