Определена стркутура проекта, верстка основных компонентов

This commit is contained in:
Michael Kits
2023-01-06 01:30:07 +03:00
commit df6d85786b
79 changed files with 2065 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 = "MyDnevnik"
include ':app'