version bump to 2.13.4
This commit is contained in:
parent
38a77455a2
commit
5183a51625
|
@ -97,15 +97,14 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 42092
|
versionCode 42094
|
||||||
versionName "2.13.3"
|
versionName "2.13.4"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
def appName = "Conversations"
|
def appName = "Conversations"
|
||||||
resValue "string", "app_name", appName
|
resValue "string", "app_name", appName
|
||||||
buildConfigField "String", "APP_NAME", "\"$appName\""
|
buildConfigField "String", "APP_NAME", "\"$appName\""
|
||||||
buildConfigField "String", "PRIVACY_POLICY", "\"https://conversations.im/privacy.html\""
|
|
||||||
}
|
}
|
||||||
|
|
||||||
splits {
|
splits {
|
||||||
|
@ -150,6 +149,7 @@ android {
|
||||||
|
|
||||||
conversations {
|
conversations {
|
||||||
dimension "mode"
|
dimension "mode"
|
||||||
|
buildConfigField "String", "PRIVACY_POLICY", "\"https://conversations.im/privacy.html\""
|
||||||
}
|
}
|
||||||
|
|
||||||
playstore {
|
playstore {
|
||||||
|
|
Loading…
Reference in a new issue