From 0a2ecdd1909c896dca5f43445af1dfaf09dcb681 Mon Sep 17 00:00:00 2001 From: Finnley Somdahl <87634197+rebelonion@users.noreply.github.com> Date: Sat, 9 Dec 2023 14:40:58 -0600 Subject: [PATCH] Update DisabledReports.kt --- app/src/main/java/ani/dantotsu/others/DisabledReports.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/ani/dantotsu/others/DisabledReports.kt b/app/src/main/java/ani/dantotsu/others/DisabledReports.kt index 8dc4a0e4..ed8f5813 100644 --- a/app/src/main/java/ani/dantotsu/others/DisabledReports.kt +++ b/app/src/main/java/ani/dantotsu/others/DisabledReports.kt @@ -1,4 +1,5 @@ package ani.dantotsu.others const val DisabledReports = false -//Setting this to false, will allow sending crash reports to Dantotsu's Firebase Crashlytics \ No newline at end of file +//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 \ No newline at end of file