Initial commit

This commit is contained in:
Alexander Dörflinger
2025-03-11 17:27:53 +01:00
commit 4bb071e488
57 changed files with 2011 additions and 0 deletions

17
settings.gradle Normal file
View File

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