refactor: migrate package structure from fr.ajaury.gwenedeg to bzh.ajaury.chombev

This commit is contained in:
2026-07-07 18:58:17 +02:00
parent 272cefa5fd
commit 6361fa6e74
119 changed files with 370 additions and 376 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ dependencies {
}
android {
namespace = "fr.ajaury.gwenedeg"
namespace = "bzh.ajaury.chombev"
compileSdk =
libs.versions.androidCompileSdk
.get()
@@ -1,4 +1,4 @@
package fr.ajaury.gwenedeg
package bzh.ajaury.chombev
import android.app.Application
@@ -1,4 +1,4 @@
package fr.ajaury.gwenedeg
package bzh.ajaury.chombev
import android.os.Bundle
import androidx.activity.ComponentActivity
@@ -22,4 +22,4 @@ class MainActivity : ComponentActivity() {
@Composable
fun AppAndroidPreview() {
App()
}
}