stable init

This commit is contained in:
Michael Kits
2022-11-05 00:36:21 +03:00
commit 1941524340
55 changed files with 1433 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Studentq"
include ':app'