1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-06-13 09:29:19 +00:00

Initial Commit

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-12-10 09:44:20 +01:00
commit a164e23b2d
62 changed files with 1673 additions and 0 deletions

16
settings.gradle Normal file
View File

@ -0,0 +1,16 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "OpenHealth"
include ':app'