17 lines
337 B
Groovy
Raw Permalink Normal View History

2025-01-29 11:42:30 -05:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Good Morning Bitcoin"
include ':app'