I put my crashlytics key in xml and I got this error:
Error:Execution failed for task ':app:fabricGenerateResourcesDebug'.
Crashlytics Developer Tools error.
The following is my intended code in AndroidManifest.xml.
<meta-data
android:name="io.fabric.ApiKey"
android:value="@string/crashlytics_key" />
What is the best way to hide it?