Search code examples
android-studiogradleapi-keycrashlytics-android

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


Solution

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