Sebastiano Barezzi | 418f32c | 2022-08-01 18:04:08 +0200 | [diff] [blame^] | 1 | pluginManagement { |
2 | repositories { | ||||
3 | gradlePluginPortal() | ||||
4 | google() | ||||
5 | mavenCentral() | ||||
6 | } | ||||
7 | } | ||||
8 | dependencyResolutionManagement { | ||||
9 | repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) | ||||
10 | repositories { | ||||
11 | google() | ||||
12 | mavenCentral() | ||||
13 | } | ||||
14 | } | ||||
15 | rootProject.name = "Aperture" | ||||
16 | include ':app' |