fix schedule request. Add Moshi and network logger

This commit is contained in:
Shcherbatykh Oleg
2026-02-12 14:55:50 +03:00
parent 04b8164eba
commit 5dac9438fd
27 changed files with 303 additions and 156 deletions

View File

@@ -13,12 +13,13 @@ pluginManagement {
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories(fun RepositoryHandler.() {
repositories {
google()
mavenCentral()
})
}
}
rootProject.name = "TSUDesk"
include(":app")