update package name (big one)

This commit is contained in:
2024-07-16 06:37:37 +03:00
parent ab27ef29b1
commit 4f9e49003b
378 changed files with 1395 additions and 1395 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ plugins {
alias(libs.plugins.kotlin.serialization)
}
group = "com.meloda.app.fast.friends"
group = "dev.meloda.fast.friends"
android {
namespace = "com.meloda.app.fast.friends"
namespace = "dev.meloda.fast.friends"
compileSdk = Configs.compileSdk
defaultConfig {