1 Star 0 Fork 0

快递项目/云检采样

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
settings.gradle 471 Bytes
一键复制 编辑 原始数据 按行查看 历史
最帅的叔叔 提交于 2024-01-31 16:18 . 接口修改
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "yjcyApp"
include ':app'
include ':zxing-lite'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/express-project/cloud-inspection-sampling.git
git@gitee.com:express-project/cloud-inspection-sampling.git
express-project
cloud-inspection-sampling
云检采样
master

搜索帮助