Merge pull request #9094 from element-hq/fga/change_app_name

misc: change the app name to Element Classic
This commit is contained in:
ganfra 2025-10-14 16:25:48 +02:00 committed by GitHub
commit 7c0547b464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

0
changelog.d/9094.misc Normal file
View File

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