[feat] - Prog Android - TP2 : Todo List

This commit is contained in:
Kevin Mitressé
2024-10-24 16:03:32 +02:00
parent 07302d22e4
commit 77462dd6d2
52 changed files with 1214 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 = "ToDo-List"
include(":app")