1 Star 0 Fork 0

trover/MyApplication

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
trover 提交于 2020-06-08 17:22 . please read README.md
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.3.72"
ext.versions = [
'coreVersion':'1.3.0',
'appcompatVersion':'1.1.0',
'materialVersion':'1.1.0',
'constraintlayoutVersion':'1.1.3',
'navigationVersion':'2.2.2',
'lifecycleVersion':'2.2.0',
'vectordrawableVersion':'1.1.0',
'swiperefreshVersion':'1.1.0-rc01',
'cardviewVersion':'1.0.0',
'coroutinesVersion':'1.3.5',
'recyclerviewVersion':'1.1.0',
'retrofitVersion':'2.7.2',
'okhttpVersion':'4.0.0',
'koinAndroidVersion':'2.0.1'
]
repositories {
google()
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:4.0.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/trover/MyApplication.git
git@gitee.com:trover/MyApplication.git
trover
MyApplication
MyApplication
master

搜索帮助