Files
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

20 lines
459 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
rootProject.name = "CurvedBottomNavigation"
include ':app'
include ':curvedBottomNaviagtion'