Skip to content

Commit 7c0547b

Browse files
authored
Merge pull request #9094 from element-hq/fga/change_app_name
misc: change the app name to Element Classic
2 parents b57d8e7 + 4e419ee commit 7c0547b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog.d/9094.misc

Whitespace-only changes.

vector-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,15 @@ android {
247247
debug {
248248
applicationIdSuffix ".debug"
249249
signingConfig signingConfigs.debug
250-
resValue "string", "app_name", "Element - dbg"
250+
resValue "string", "app_name", "Element Classic - dbg"
251251

252252
if (project.hasProperty("coverage")) {
253253
testCoverageEnabled = project.coverage == "true"
254254
}
255255
}
256256

257257
release {
258-
resValue "string", "app_name", "Element"
258+
resValue "string", "app_name", "Element Classic"
259259
postprocessing {
260260
// FIXME Set to true.
261261
removeUnusedCode false

0 commit comments

Comments
 (0)