misc: change the app name to Element Classic
This commit is contained in:
parent
b57d8e7b7d
commit
ae87ecef87
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user