[feat] - Prog Android - TP1

This commit is contained in:
Kevin Mitressé
2024-10-23 14:50:39 +02:00
parent abec621777
commit 7b50c2323c
44 changed files with 889 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "TP1"
include(":app")