From f2cf771d5924b133168e2d4456e56cdbd00c485f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sat, 12 Jul 2025 10:40:32 +0200 Subject: [PATCH] build: Fix wrong android namespace --- android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 74f05879b..12375cbae 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { } android { - namespace = "im.fluffychat.fluffychat" + namespace = "chat.fluffy.fluffychat" compileSdk = flutter.compileSdkVersion ndkVersion = "27.0.12077973"