2 Star 1 Fork 0

mirrors_Meituan-Dianping/Shield

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 663 Bytes
一键复制 编辑 原始数据 按行查看 历史
nihao 提交于 2019-01-30 11:26 . U: update 2.0
buildscript {
repositories {
jcenter()
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
}
}
allprojects {
repositories {
google()
jcenter()
}
configurations.all {
resolutionStrategy {
cacheChangingModulesFor 0, 'seconds'
cacheDynamicVersionsFor 0, 'seconds'
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_Meituan-Dianping/Shield.git
[email protected]:mirrors_Meituan-Dianping/Shield.git
mirrors_Meituan-Dianping
Shield
Shield
master

搜索帮助