niveau 3 et 4

This commit is contained in:
2025-01-27 10:19:15 +01:00
parent baf79378ee
commit a8b1c28dd1
68 changed files with 2763 additions and 0 deletions

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 = "Depanntout"
include(":app")