1 Star 2 Fork 0

你需要一台永动机 / Metro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.02 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
你需要一台永动机 提交于 2020-01-17 20:47 . 升级kotlin为1.3.61
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
//版本
ext.versions = [
'minSdk' : 21,
'compileSdk': 29,
'targetSdk' : 29,
]
//依赖
ext.deps = [
'core': [
'ui': 'com.github.caoyanglee:universalui:0.5.66',
]
]
//常规
ext.kotlin_version = '1.3.61'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Kotlin
1
https://gitee.com/caoyanglee/Metro.git
git@gitee.com:caoyanglee/Metro.git
caoyanglee
Metro
Metro
master

搜索帮助

14c37bed 8189591 565d56ea 8189591