Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crashlytics not working after update Android Studio to 3.3

So also gradle plugin updated to 3.3 and Gradle updated to 4.10. After that, Crashlytics stopped working with error:

Crashlytics found an invalid API key: null

Any ideas? I am forced to revert Gradle to make it working again. Crashlytics configured with Firebase

like image 750
user1209216 Avatar asked Jan 15 '19 06:01

user1209216


2 Answers

Updating com.google.gms:google-services to 4.2.0 helped me

like image 79
Deishelon Avatar answered Oct 17 '22 18:10

Deishelon


Updating

distributionUrl=https://services.gradle.org/distributions/gradle-4.10.2-all.zip

that helped me on gradle-wrapper.properties

like image 1
Diego Avatar answered Oct 17 '22 16:10

Diego