/* | |
* SPDX-FileCopyrightText: 2022-2023 The LineageOS Project | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
pluginManagement { | |
repositories { | |
gradlePluginPortal() | |
google() | |
mavenCentral() | |
} | |
} | |
dependencyResolutionManagement { | |
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) | |
repositories { | |
maven("https://raw.githubusercontent.com/luk1337/camerax_selfie/67adaad2f187454497f212d13db4273921ba9647/.m2") | |
google() | |
mavenCentral() | |
} | |
} | |
rootProject.name = "Aperture" | |
include(":app") | |
include(":lens_launcher") |