1 Star 4 Fork 3

deviche / Tucao

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
Luo Yi 提交于 2018-03-15 18:59 . WIP
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.versions = [
'compileSdk' : 26,
'targetSdk' : 26,
'buildTools' : '27.0.3',
'gradle' : '3.0.1',
'kotlin' : '1.2.30',
'anko' : '0.10.4',
'supportLibrary': '27.1.0'
]
repositories {
jcenter()
google()
}
dependencies {
classpath "com.android.tools.build:gradle:${versions.gradle}"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath 'org.standardout:gradle-versioneye-plugin:1.5.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
google()
maven { url "https://jitpack.io" }
maven { url "https://dl.bintray.com/piasy/maven" }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Kotlin
1
https://gitee.com/deciche/Tucao.git
git@gitee.com:deciche/Tucao.git
deciche
Tucao
Tucao
master

搜索帮助