1 Star 0 Fork 2

Leaf / 小袋鼠

forked from Admin / XDS-Android 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 954 Bytes
一键复制 编辑 原始数据 按行查看 历史
黄雷 提交于 2018-11-02 18:29 . 新建项目
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.2.41'
repositories {
google()
jcenter()
maven {
url "http://mvn.leancloud.cn/nexus/content/repositories/public"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.android.tools.build:gradle:1.0.0'
//无需再单独引用tinker的其他库
classpath "com.tinkerpatch.sdk:tinkerpatch-gradle-plugin:${TINKERPATCH_VERSION}"
}
}
allprojects {
repositories {
google()
jcenter()
//这里是 LeanCloud 的包仓库
maven {
url "http://mvn.leancloud.cn/nexus/content/repositories/public"
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Java
1
https://gitee.com/leaf_chen/SmallKangaroo.git
git@gitee.com:leaf_chen/SmallKangaroo.git
leaf_chen
SmallKangaroo
小袋鼠
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891