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 { |
LuK1337 | 93fa243 | 2022-08-27 12:40:15 +0200 | [diff] [blame] | 11 | maven { url "https://raw.githubusercontent.com/luk1337/camerax_selfie/6b2510d11a28eb5e32a0e17fea3f91bc37ae4316/.m2" } |
Sebastiano Barezzi | 418f32c | 2022-08-01 18:04:08 +0200 | [diff] [blame] | 12 | google() |
| 13 | mavenCentral() |
| 14 | } |
| 15 | } |
| 16 | rootProject.name = "Aperture" |
| 17 | include ':app' |