Merge pull request #2797 from vector-im/feature/bma/app_name

Change app name from "Element (Riot.im)" to "Element"
This commit is contained in:
Benoit Marty 2021-02-08 14:26:25 +01:00 committed by GitHub
commit 55f410636f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Changes in Element 1.X.X (2020-XX-XX) Changes in Element 1.0.17 (2020-XX-XX)
=================================================== ===================================================
Features ✨: Features ✨:
@ -26,7 +26,7 @@ Test:
- -
Other changes: Other changes:
- - Change app name from "Element (Riot.im)" to "Element"
Changes in Element 1.0.16 (2020-02-04) Changes in Element 1.0.16 (2020-02-04)
=================================================== ===================================================

View File

@ -210,7 +210,7 @@ android {
} }
release { release {
resValue "string", "app_name", "Element (Riot.im)" resValue "string", "app_name", "Element"
resValue "bool", "debug_mode", "false" resValue "bool", "debug_mode", "false"
buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false" buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false"