build: Add android namespace

This commit is contained in:
Krille 2025-03-04 13:01:02 +01:00
commit 429f683a65
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 2 additions and 1 deletions

View file

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