From 85f03ece85536545bbb20f4d201e227c7610c785 Mon Sep 17 00:00:00 2001 From: Sadwhy <99601717+Sadwhy@users.noreply.github.com> Date: Sun, 10 Dec 2023 01:24:03 +0600 Subject: [PATCH] Add files via upload --- app/src/main/java/ani/dantotsu/others/DisabledReports.kt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/src/main/java/ani/dantotsu/others/DisabledReports.kt diff --git a/app/src/main/java/ani/dantotsu/others/DisabledReports.kt b/app/src/main/java/ani/dantotsu/others/DisabledReports.kt new file mode 100644 index 00000000..8dc4a0e4 --- /dev/null +++ b/app/src/main/java/ani/dantotsu/others/DisabledReports.kt @@ -0,0 +1,4 @@ +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