mirror of
https://github.com/dovecoteescapee/ByeDPIAndroid.git
synced 2024-11-20 04:25:32 +00:00
18 lines
325 B
Plaintext
18 lines
325 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "ByeDpi"
|
|
include(":app")
|