15 lines
247 B
Groovy
15 lines
247 B
Groovy
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
maven { url 'https://jitpack.io' }
|
|
}
|
|
}
|
|
|
|
rootProject.name = "UiTron"
|
|
|
|
include ':app'
|
|
include ':navi-uitron'
|
|
include ':benchmark'
|