Update DisabledReports.kt

This commit is contained in:
Finnley Somdahl 2023-12-09 14:40:58 -06:00
parent 713960e247
commit 0a2ecdd190

View file

@ -1,4 +1,5 @@
package ani.dantotsu.others package ani.dantotsu.others
const val DisabledReports = false const val DisabledReports = false
//Setting this to false, will allow sending crash reports to Dantotsu's Firebase Crashlytics //Setting this to false, will allow sending crash reports to Dantotsu's Firebase Crashlytics
//if you want a custom build without crash reporting, set this to true