I would like to disable Fabric Answers and at the same time we still would like to use Crashlytics
. We have already checked the previous queries, but could not find any definite answer for that.
Even if we use the below core, it is still internally invoking the Answers.
Fabric.with(this, new Crashlytics.Builder().core(new CrashlyticsCore.Builder().build()).build());
Please let us know is there any other possible solutions?