Perry Wu | 27c6efc | 2023-07-11 18:53:54 +0000 | [diff] [blame] | 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 | rootProject.name = "SamplePip" | ||||
16 | include ':app' |