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 | 50ef007 | 2022-08-27 15:10:12 +0200 | [diff] [blame^] | 11 | maven { url "https://raw.githubusercontent.com/luk1337/camerax_selfie/5a80ea0508c15747e4c871cfd3bf1826d4c01b1e/.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' |