CrashlyticsInitProvider skipping initialization
After some trial and error, I find out that some of the libraries I am using might have a dependency to Crashlytics.
Adding this:
<meta-data
tools:node="remove"
android:name="io.fabric.ApiKey"/>
inside the <application> tag in the AndroidManifest.xml file.
Cheers!
I did remove
<meta-data
tools:node="remove"
android:name="previous_api_key"/>
from manifest and problem fixed, that was for old version of crashlytics.