MotionCaptureAndroid/settings.gradle

17 lines
330 B
Groovy
Raw Normal View History

2023-01-07 19:20:56 +08:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "MotionCapture"
include ':app'