Initial Commit

This commit is contained in:
2023-04-23 19:46:40 +02:00
parent 0d1aada30a
commit f70a7444a6
8 changed files with 348 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 = "VibrationPattern"
include ':app'