| giolekva | b64297c | 2021-12-13 14:36:32 +0400 | [diff] [blame^] | 1 | dependencyResolutionManagement { |
| 2 | repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) | ||||
| 3 | repositories { | ||||
| 4 | google() | ||||
| 5 | mavenCentral() | ||||
| 6 | jcenter() // Warning: this repository is going to shut down soon | ||||
| 7 | } | ||||
| 8 | } | ||||
| 9 | rootProject.name = "pcloud" | ||||
| 10 | include ':app' | ||||