2023-04-07 16:30:15 +05:30
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
maven { url 'https://jitpack.io' }
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-02-18 21:54:31 +05:30
|
|
|
|
2024-10-11 15:57:03 -07:00
|
|
|
rootProject.name = "uitron"
|
2024-02-18 21:54:31 +05:30
|
|
|
|
2023-04-07 16:30:15 +05:30
|
|
|
include ':app'
|
2023-04-07 16:33:30 +05:30
|
|
|
include ':navi-uitron'
|