yuzu-android/src/android/settings.gradle

16 lines
295 B
Groovy
Raw Normal View History

2023-03-05 23:01:37 -08:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
2022-12-17 23:25:46 -08:00
include ':app'