| 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 | ||||
| giolekva | 313ee2b | 2021-12-15 15:17:29 +0400 | [diff] [blame^] | 7 | flatDir { |
| 8 | dirs 'app/libs' | ||||
| 9 | } | ||||
| giolekva | b64297c | 2021-12-13 14:36:32 +0400 | [diff] [blame] | 10 | } |
| 11 | } | ||||
| 12 | rootProject.name = "pcloud" | ||||
| 13 | include ':app' | ||||