update app name

This commit is contained in:
kosyak 2024-05-18 13:17:17 +02:00
parent de9874fdf7
commit f6c0a14299

View file

@ -122,7 +122,7 @@ android {
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations.narayana"
resValue "string", "applicationId", applicationId
def appName = "Conversations Narayana"
def appName = "Conversations Classic"
resValue "string", "app_name", appName
buildConfigField "String", "APP_NAME", "\"$appName\""
}