加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 991 Bytes
一键复制 编辑 原始数据 按行查看 历史
cgspine 提交于 2020-02-12 23:06 . skin for RVDraggableScrollBar
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.61'
repositories {
mavenLocal()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// classpath 'com.qmuiteam:skin-maker-plugin:0.0.1'
}
}
subprojects { project ->
group = GROUP
}
allprojects {
repositories {
jcenter()
mavenLocal()
google()
}
ext {
minSdkVersion = 19
targetSdkVersion = 29
compileSdkVersion = 29
appcompatVersion= '1.1.0'
materialVersion='1.1.0'
annotationVersion='1.1.0-beta01'
butterknifeVersion = '10.1.0'
constraintLayoutVersion = "1.1.3"
mmkvVersion = '1.0.23'
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化