Hello everyone. I recently added refreshVersion to...
# refreshversions
f
Hello everyone. I recently added refreshVersion to my project. After executing the migrate task I facing some problems to sync the project. I see that the migrate task replaced the line `implementation("com.google.firebasefirebase analytics19.0.2")`by
implementation(Firebase.analytics)
and when goes to sync I get the following message :
Failed to resolve: com.google.firebase:firebase-analytics:
. Any idea to resolve that? If I came back with normal implementation of analytics the sync happens with success.
l
Hello, you'll find the why and the solution in this issue: https://github.com/jmfayard/refreshVersions/issues/467
f
Nice, tks a lot. Work to me.