Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not find com.google.firebase:firebase-crashlytics-gradle:17.0.0-beta01

I was trying to implement the new Firebase-Crashlytics SDK. After going through the document, I got the following error.

Could not find com.google.firebase:firebase-crashlytics-gradle:17.0.0-beta01.

like image 556
Janarthanan Avatar asked Jan 17 '20 17:01

Janarthanan


People also ask

Does firebase use Ad_id?

Especially when you don't have a "digital analytics team" or a "marketing team" as a single app developer. The question is whether Firebase uses the AD_ID internally to track visitors or not, not whom to ask. Ok then. I did some research and and I found that Firebase is not using the AD_ID at all.


1 Answers

I found the following.

Wrong : com.google.firebase:firebase-crashlytics-gradle:17.0.0-beta01.

Correct : 'com.google.firebase:firebase-crashlytics-gradle:2.0.0-beta01'

like image 161
Janarthanan Avatar answered Sep 29 '22 12:09

Janarthanan