支持菜品识别
This commit is contained in:
+38
-26
@@ -1,29 +1,41 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://maven.aliyun.com/repository/public/")
|
||||
}
|
||||
google {
|
||||
content {
|
||||
includeGroupByRegex("com\\.android.*")
|
||||
includeGroupByRegex("com\\.google.*")
|
||||
includeGroupByRegex("androidx.*")
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://maven.aliyun.com/repository/public/")
|
||||
}
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
//pluginManagement {
|
||||
// repositories {
|
||||
// maven { url = uri("https://maven.aliyun.com/repository/public/") }
|
||||
// maven { url = uri("https://maven.aliyun.com/repository/central") }
|
||||
// maven { url = uri("https://maven.aliyun.com/repository/google") }
|
||||
// maven { url = uri("https://maven.aliyun.com/repository/jcenter") }
|
||||
// maven { url = uri("https://jitpack.io") }
|
||||
// google {
|
||||
// content {
|
||||
// includeGroupByRegex("com\\.android.*")
|
||||
// includeGroupByRegex("com\\.google.*")
|
||||
// includeGroupByRegex("androidx.*")
|
||||
// }
|
||||
// }
|
||||
//// maven {
|
||||
//// url = uri("https://objectbox.io/beta-repo/")
|
||||
//// content {
|
||||
//// includeGroup("io.objectbox")
|
||||
//// }
|
||||
//// }
|
||||
// mavenCentral()
|
||||
// gradlePluginPortal()
|
||||
// }
|
||||
// plugins {
|
||||
// id("io.objectbox") version "5.0.1"
|
||||
// id("com.github.ben-manes.versions") version "0.52.0"
|
||||
// }
|
||||
//}
|
||||
//dependencyResolutionManagement {
|
||||
// repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
// repositories {
|
||||
// maven {
|
||||
// url = uri("https://maven.aliyun.com/repository/public/")
|
||||
// }
|
||||
// google()
|
||||
// mavenCentral()
|
||||
// }
|
||||
//}
|
||||
|
||||
rootProject.name = "DualScreen"
|
||||
include(":app")
|
||||
|
||||
Reference in New Issue
Block a user