Skip to content

Commit f886093

Browse files
Updated the Diagnostic email address.
* We have a new email address for diagnostic reports, so we updated our code to ensure that all new diagnostic reports are sent to this address.
1 parent 987aebf commit f886093

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/org/kiwix/kiwixmobile/core/utils

1 file changed

+1
-1
lines changed

core/src/main/java/org/kiwix/kiwixmobile/core/utils/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
package org.kiwix.kiwixmobile.core.utils
1919

2020
const val TAG_KIWIX = "kiwix"
21-
const val CRASH_AND_FEEDBACK_EMAIL_ADDRESS = "android-crash-feedback@kiwix.org"
21+
const val CRASH_AND_FEEDBACK_EMAIL_ADDRESS = "app-diagnostic@kiwix.org"
2222

2323
// Request stuff
2424
const val REQUEST_STORAGE_PERMISSION = 1

0 commit comments

Comments
 (0)