yuzu/src/android/settings.gradle.kts

19 lines
328 B
Plaintext
Raw Normal View History

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