From d58e296b8cadc72cff2a6f4e46b6806403f21aa9 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Fri, 1 Aug 2025 12:10:58 +0200 Subject: [PATCH] change applicationId --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 27796d1f..70a8ebfd 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -6,11 +6,11 @@ plugins { } android { - namespace = "com.bitchat.android" + namespace = "com.bitchat.app" compileSdk = libs.versions.compileSdk.get().toInt() defaultConfig { - applicationId = "com.bitchat.android" + applicationId = "com.bitchat.app" minSdk = libs.versions.minSdk.get().toInt() targetSdk = libs.versions.targetSdk.get().toInt() versionCode = 7