From c5751f89705d7060a88b26fb1750d9c9763f153a Mon Sep 17 00:00:00 2001 From: Arne Date: Sun, 25 Apr 2021 18:07:04 +0200 Subject: [PATCH] more updates --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c519b7180..f1a15a166 100644 --- a/build.gradle +++ b/build.gradle @@ -165,7 +165,7 @@ android { playstore { dimension "distribution" versionNameSuffix "-playstore" - applicationId "im.monocles.chat" + applicationId "de.monocles.chat" buildConfigField("boolean", "SHOW_MIGRATION_INFO", 'false') resValue "string", "applicationId", applicationId }