update app name
This commit is contained in:
parent
de9874fdf7
commit
f6c0a14299
|
@ -122,7 +122,7 @@ android {
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations.narayana"
|
applicationId "eu.siacs.conversations.narayana"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
def appName = "Conversations Narayana"
|
def appName = "Conversations Classic"
|
||||||
resValue "string", "app_name", appName
|
resValue "string", "app_name", appName
|
||||||
buildConfigField "String", "APP_NAME", "\"$appName\""
|
buildConfigField "String", "APP_NAME", "\"$appName\""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue