Files
uitron/settings.gradle
dependabot[bot] 4017935f61 TP-52884 | Bump com.google.firebase:firebase-bom from 33.2.0 to 33.4.0 (#579)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shivam Goyal <shivam.goyal@navi.com>
2024-10-11 15:57:03 -07:00

14 lines
226 B
Groovy

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "uitron"
include ':app'
include ':navi-uitron'