chore: initial commit

This commit is contained in:
Fabian Christoffel
2023-06-14 12:19:35 +02:00
parent f2a8436bca
commit 2ca6dcf1b1
52 changed files with 1150 additions and 0 deletions

16
settings.gradle Normal file
View File

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