Files
dolphin/Source/Android/settings.gradle
T

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

17 lines
316 B
Groovy
Raw Normal View History

2022-12-11 03:16:33 -05:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
include ':app'
2022-12-09 12:13:34 -05:00
include ':benchmark'