Use the dedicated (element.io !!) subdomain for the bug report URL by default.

This commit is contained in:
Ben Banfield-Zanin 2025-11-06 10:23:07 +00:00
parent c0800e102a
commit d83b2f615a

View file

@ -32,7 +32,7 @@ android {
value = if (isEnterpriseBuild) { value = if (isEnterpriseBuild) {
BuildTimeConfig.BUG_REPORT_URL ?: "" BuildTimeConfig.BUG_REPORT_URL ?: ""
} else { } else {
"https://riot.im/bugreports/submit" "https://rageshakes.element.io/api/submit"
}, },
) )
buildConfigFieldStr( buildConfigFieldStr(