Premier Commit

This commit is contained in:
ENSIMAG - NDR
2024-02-02 13:37:12 +01:00
commit f89b7df8d9
55 changed files with 4191 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "BoideloV3"
include ':app'