yuzu-fork/src/android/settings.gradle.kts

19 lines
328 B
Text
Raw Normal View History

2023-03-06 07:01:37 +00:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
@Suppress("UnstableApiUsage")
2023-03-06 07:01:37 +00:00
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
include(":app")