1 Star 0 Fork 0

zsyzsy1818 / android-upload-service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Alex Gotev 提交于 2019-10-20 18:52 . #450 added kotlin lint
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
apply from: 'manifest.gradle'
repositories {
jcenter()
google()
mavenCentral()
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.android.tools.build:gradle:$gradle_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.github.ben-manes:gradle-versions-plugin:$gradle_versions_plugin_version"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:$bintray_plugin_version"
classpath "org.jlleitschuh.gradle:ktlint-gradle:$kotlin_lint_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
google()
mavenCentral()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
1
https://gitee.com/zsy18/android-upload-service.git
git@gitee.com:zsy18/android-upload-service.git
zsy18
android-upload-service
android-upload-service
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891