59 Star 235 Fork 64

生存以上生活以下 / Twobbble

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 759 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuzipeng 提交于 2017-11-07 09:56 . 1、迁移RxJava1 到RxJava2
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.1.51'
ext.anko_version = '0.10.2'
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
google()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Kotlin
1
https://gitee.com/550609334/Twobbble.git
git@gitee.com:550609334/Twobbble.git
550609334
Twobbble
Twobbble
master

搜索帮助