misc: change the app name to Element Classic
This commit is contained in:
parent
b57d8e7b7d
commit
ae87ecef87
@ -247,7 +247,7 @@ android {
|
|||||||
debug {
|
debug {
|
||||||
applicationIdSuffix ".debug"
|
applicationIdSuffix ".debug"
|
||||||
signingConfig signingConfigs.debug
|
signingConfig signingConfigs.debug
|
||||||
resValue "string", "app_name", "Element - dbg"
|
resValue "string", "app_name", "Element Classic - dbg"
|
||||||
|
|
||||||
if (project.hasProperty("coverage")) {
|
if (project.hasProperty("coverage")) {
|
||||||
testCoverageEnabled = project.coverage == "true"
|
testCoverageEnabled = project.coverage == "true"
|
||||||
@ -255,7 +255,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
release {
|
release {
|
||||||
resValue "string", "app_name", "Element"
|
resValue "string", "app_name", "Element Classic"
|
||||||
postprocessing {
|
postprocessing {
|
||||||
// FIXME Set to true.
|
// FIXME Set to true.
|
||||||
removeUnusedCode false
|
removeUnusedCode false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user