VendettaManager/settings.gradle.kts

11 lines
170 B
Plaintext
Raw Permalink Normal View History

2023-03-14 22:43:14 +00:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "Vendetta Manager"
include(":app")