build: Add android namespace

pull/1673/head
Krille 5 months ago
parent e26ce1a49d
commit 429f683a65
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -31,6 +31,7 @@ if (keystorePropertiesFile.exists()) {
android {
compileSdkVersion 34
namespace = "chat.fluffy.fluffychat"
sourceSets {
main.java.srcDirs += 'src/main/kotlin'

@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="chat.fluffy.fluffychat" android:installLocation="auto">
android:installLocation="auto">
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide

Loading…
Cancel
Save