separate app id from upstream
This commit is contained in:
parent
983ef0d369
commit
21e6f4f023
|
@ -104,9 +104,9 @@ android {
|
||||||
versionCode 42058
|
versionCode 42058
|
||||||
versionName "2.12.5"
|
versionName "2.12.5"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations.narayana"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
def appName = "Conversations"
|
def appName = "Conversations Narayana"
|
||||||
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