First commit

This commit is contained in:
ThibaultBee
2022-11-11 18:58:47 +01:00
commit cc5984b6c1
39 changed files with 1031 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 = "MyStreamingApp"
include ':app'