Réorganisation du dossier

This commit is contained in:
2026-03-29 18:17:36 +02:00
parent 75650d7062
commit 8283bc0475
69 changed files with 1423 additions and 1035 deletions
+24
View File
@@ -0,0 +1,24 @@
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Real Chuzzle"
include(":app")