From ab56d030fb07df6e2f330219b5d3ad99878977af Mon Sep 17 00:00:00 2001 From: kosyak Date: Sun, 10 Nov 2024 23:00:13 +0100 Subject: [PATCH] new appid --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6b9836627..c54681ffa 100644 --- a/build.gradle +++ b/build.gradle @@ -107,7 +107,7 @@ android { versionCode 42116 versionName "2.3.2" archivesBaseName += "-$versionName" - applicationId "eu.siacs.conversations.classic" + applicationId "im.narayana.another" resValue "string", "applicationId", applicationId def appName = "another.im" resValue "string", "app_name", appName