Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

12 lines
307 B
Groovy

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "Capturable"
include ':app'
include ':capturable'