| author | Da Risk <da_risk@geekorum.com> |
| Thu, 13 Apr 2023 20:56:48 -0400 | |
| changeset 7 | b3b2e88f441f |
| parent 4 | 3d88feb1156b |
| child 14 | bb30a0b89177 |
| permissions | -rw-r--r-- |
pluginManagement { repositories { google() mavenCentral() gradlePluginPortal() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() // for geekdroid maven { url = uri("https://jitpack.io") } } } rootProject.name = "AboutOss" include(":core") include(":ui:common") include(":ui:material2")