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
@@ -4,6 +4,6 @@ plugins {
kotlin {
androidLibrary {
namespace = "fr.ajaury.gwenedeg.core.model"
namespace = "bzh.ajaury.chombev.core.model"
}
}