suyu/src/android/settings.gradle.kts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
428 B
Text
Raw Normal View History

2024-03-12 02:30:43 +00:00
// SPDX-FileCopyrightText: 2023 suyu Emulator Project
2024-03-05 08:42:40 +00:00
// SPDX-License-Identifier: GPL-3.0-or-later
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
@Suppress("UnstableApiUsage")
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
include(":app")