当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
10 Star 24 Fork 4

sgfb / fastLib
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 900 Bytes
一键复制 编辑 原始数据 按行查看 历史
sgfb 提交于 2020-04-04 01:39 . 网络框架上传监听
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
jcenter()
maven { url "https://jitpack.io" }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.novoda:bintray-release:0.9.1'
}
}
allprojects {
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
jcenter()
maven { url "https://jitpack.io" }
google()
}
gradle.taskGraph.whenReady {
tasks.each { task ->
def taskName = task.name.toLowerCase()
if (taskName.contains('lint'))
task.enabled = false
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/ssgfb/fastLib.git
git@gitee.com:ssgfb/fastLib.git
ssgfb
fastLib
fastLib
master

搜索帮助