Skip to content

Commit

Permalink
Merge pull request #1673 from krille-chan/krille/add-android-namespace
Browse files Browse the repository at this point in the history
build: Add android namespace
  • Loading branch information
krille-chan authored Mar 4, 2025
2 parents e26ce1a + 429f683 commit 34ca3b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ if (keystorePropertiesFile.exists()) {

android {
compileSdkVersion 34
namespace = "chat.fluffy.fluffychat"

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 34ca3b7

Please sign in to comment.