mirror of
https://github.com/barkeser2002/ByeDPIAndroid.git
synced 2026-09-25 01:00:00 +03:00
18 lines
325 B
Kotlin
18 lines
325 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "ByeDpi"
|
|
include(":app")
|