mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Rename the application.
This commit is contained in:
parent
482621e86f
commit
cba9109206
1 changed files with 2 additions and 2 deletions
|
@ -178,7 +178,7 @@ android {
|
|||
buildTypes {
|
||||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
resValue "string", "app_name", "Riot.imX dbg"
|
||||
resValue "string", "app_name", "Element dbg"
|
||||
|
||||
resValue "bool", "debug_mode", "true"
|
||||
buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false"
|
||||
|
@ -187,7 +187,7 @@ android {
|
|||
}
|
||||
|
||||
release {
|
||||
resValue "string", "app_name", "Riot.imX"
|
||||
resValue "string", "app_name", "Element (Riot.im)"
|
||||
|
||||
resValue "bool", "debug_mode", "false"
|
||||
buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false"
|
||||
|
|
Loading…
Reference in a new issue