You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TermApp/settings.gradle

26 lines
503 B
Groovy

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "MicroPhoto"
include ':app'
2 years ago
include ':mpmaster'
include ':gpuv'
2 years ago
// include ':opencv'
2 years ago
// project(':opencv').projectDir = new File(opencvsdk + '/sdk')
2 years ago
2 years ago
include ':common'
include ':stream'
include ':mpres'