Fabric adds 1k methods of its own without the use of twitter kit, or mopub.
I just want to use crashlytics without retrieving it from fabric repos.
How can I accomplish such?
Can one point me towards crashlytics only maven/gradle repos?
Fabric adds 1k methods of its own without the use of twitter kit, or mopub.
I just want to use crashlytics without retrieving it from fabric repos.
How can I accomplish such?
Can one point me towards crashlytics only maven/gradle repos?
Copyright © 2021 Jogjafile Inc.
Use of kits are optional, you can decide what to use in your gradle dependencies section. If you want to use just Crashlytics you can simply remove the other dependencies:
Before
After
Make sure to clean you project before updating.