From 5183a5162565cb05105e18f3afbe01b50ec8d546 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 20 Feb 2024 10:27:35 +0100 Subject: [PATCH] version bump to 2.13.4 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 58b46cd94..b0e622754 100644 --- a/build.gradle +++ b/build.gradle @@ -97,15 +97,14 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 34 - versionCode 42092 - versionName "2.13.3" + versionCode 42094 + versionName "2.13.4" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId def appName = "Conversations" resValue "string", "app_name", appName buildConfigField "String", "APP_NAME", "\"$appName\"" - buildConfigField "String", "PRIVACY_POLICY", "\"https://conversations.im/privacy.html\"" } splits { @@ -150,6 +149,7 @@ android { conversations { dimension "mode" + buildConfigField "String", "PRIVACY_POLICY", "\"https://conversations.im/privacy.html\"" } playstore {