Initial commit with feyenoord support, card support being worked on

This commit is contained in:
2022-11-02 14:45:30 +01:00
commit 8b7efbae4e
67 changed files with 1557 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 = "Thuis"
include ':app'