Skip to content

Commit ae87ece

Browse files
committed
misc: change the app name to Element Classic
1 parent b57d8e7 commit ae87ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)