misc: change the app name to Element Classic

This commit is contained in:
ganfra 2025-10-14 13:55:42 +02:00
parent b57d8e7b7d
commit ae87ecef87

View File

@ -247,7 +247,7 @@ android {
debug { debug {
applicationIdSuffix ".debug" applicationIdSuffix ".debug"
signingConfig signingConfigs.debug signingConfig signingConfigs.debug
resValue "string", "app_name", "Element - dbg" resValue "string", "app_name", "Element Classic - dbg"
if (project.hasProperty("coverage")) { if (project.hasProperty("coverage")) {
testCoverageEnabled = project.coverage == "true" testCoverageEnabled = project.coverage == "true"
@ -255,7 +255,7 @@ android {
} }
release { release {
resValue "string", "app_name", "Element" resValue "string", "app_name", "Element Classic"
postprocessing { postprocessing {
// FIXME Set to true. // FIXME Set to true.
removeUnusedCode false removeUnusedCode false