| changeset 0 | 0a13dcabf7d3 |
| child 2 | bedda51b88eb |
| -1:000000000000 | 0:0a13dcabf7d3 |
|---|---|
1 pluginManagement { |
|
2 repositories { |
|
3 google() |
|
4 mavenCentral() |
|
5 gradlePluginPortal() |
|
6 } |
|
7 } |
|
8 dependencyResolutionManagement { |
|
9 repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) |
|
10 repositories { |
|
11 google() |
|
12 mavenCentral() |
|
13 } |
|
14 } |
|
15 |
|
16 rootProject.name = "AboutOss" |
|
17 include(":core") |
|
18 include(":ui") |