Initial commit
This commit is contained in:
commit
1235b7cbd3
44 changed files with 1220 additions and 0 deletions
17
settings.gradle.kts
Normal file
17
settings.gradle.kts
Normal file
|
@ -0,0 +1,17 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "Народный Мониторинг"
|
||||
include(":app")
|
Loading…
Add table
Reference in a new issue