mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 23:54:26 +00:00
18 lines
365 B
Text
18 lines
365 B
Text
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven(url = "https://jitpack.io")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "TwoM"
|
|
include(":app")
|