Ajout projet

This commit is contained in:
NonoL3Robot
2022-02-16 15:19:42 +01:00
parent 7f482f76ab
commit 2df5db8c30
42 changed files with 1010 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "OutilCuisson"
include ':app'