build: Fix wrong android namespace

pull/2020/head
Christian Kußowski 3 months ago
parent 050d5adfb0
commit f2cf771d59
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -17,7 +17,7 @@ dependencies {
}
android {
namespace = "im.fluffychat.fluffychat"
namespace = "chat.fluffy.fluffychat"
compileSdk = flutter.compileSdkVersion
ndkVersion = "27.0.12077973"

Loading…
Cancel
Save