From f1292e74690f6a4366811765c01623be9e07f0c5 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 1 Nov 2023 14:15:17 -0500 Subject: [PATCH] Fix expert settings and custom colours on playstore --- build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index e6f2017e3351751e8de1a2e6f5d6e50e5a879e5f..bb2e098968d6659b3d032172447bf4b79b33a52f 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,6 @@ android { versionCode 4204603 versionName grgit.describe(always: true) applicationId "eu.siacs.conversations" - resValue "string", "applicationId", applicationId def appName = "Conversations" resValue "string", "app_name", appName buildConfigField "String", "APP_NAME", "\"$appName\""; @@ -165,7 +164,6 @@ android { quicksy { dimension "mode" applicationId = "im.quicksy.client" - resValue "string", "applicationId", applicationId def appName = "Quicksy" resValue "string", "app_name", appName @@ -180,7 +178,6 @@ android { dimension "mode" applicationId = "com.cheogram.android" - resValue "string", "applicationId", applicationId def appName = "Cheogram" resValue "string", "app_name", appName @@ -198,6 +195,10 @@ android { } } + applicationVariants.all { variant -> + variant.resValue "string", "applicationId", applicationId + } + sourceSets { quicksyFree { java {