build: Fix wrong android namespace
This commit is contained in:
parent
050d5adfb0
commit
f2cf771d59
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "im.fluffychat.fluffychat"
|
namespace = "chat.fluffy.fluffychat"
|
||||||
compileSdk = flutter.compileSdkVersion
|
compileSdk = flutter.compileSdkVersion
|
||||||
ndkVersion = "27.0.12077973"
|
ndkVersion = "27.0.12077973"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue