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