| author | Da Risk <da_risk@geekorum.com> |
| Tue, 02 May 2023 15:15:25 -0400 | |
| changeset 15 | 4e26459b4642 |
| parent 14 | bb30a0b89177 |
| child 18 | ac393491d2eb |
| 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") include(":ui:material3")