18 lines
373 B
Groovy
18 lines
373 B
Groovy
![]() |
pluginManagement {
|
||
|
repositories {
|
||
|
google()
|
||
|
mavenCentral()
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|
||
|
dependencyResolutionManagement {
|
||
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||
|
repositories {
|
||
|
google()
|
||
|
mavenCentral()
|
||
|
maven { url "https://jitpack.io" }
|
||
|
}
|
||
|
}
|
||
|
rootProject.name = "WindowsSwitch"
|
||
|
include ':app'
|