Initial commit

This commit is contained in:
myitschool
2022-11-21 13:36:06 +03:00
commit ba786f4b8f
39 changed files with 909 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 = "Simultaneous Series"
include ':app'