1 Star 0 Fork 32

Mayday_Cc/libcommon

forked from 豆芽儿/libcommon 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
saki4510t 提交于 2020-09-08 01:41 . 7.13.2
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.72'
repositories {
google()
// maven { url 'https://maven.google.com' }
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
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()
// maven { url 'https://maven.google.com' }
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
ext {
javaSourceCompatibility = JavaVersion.VERSION_1_8
javaTargetCompatibility = JavaVersion.VERSION_1_8
versionBuildTool = "29.0.3"
versionCompiler = 29
versionTarget = 28
// variable that can be referenced to keep support libs consistent
supportLibVersion = '1.0.0'
androidXVersion = '1.2.0'
androidXCore = '1.3.1'
androidXLegacyV4 = '1.0.0'
androidXExif = '1.2.0'
androidXLifecycle = '2.2.0'
androidXLifecycleExt = '2.2.0'
androidXMultiDex = '2.0.1'
androidXMaterial = '1.1.0-rc02'
androidXRecyclerview = '1.1.0-beta05'
androidXPreference = '1.1.1'
androidXConstraint = '1.1.3'
androidXLeanback = '1.0.0'
androidXKtx = '1.3.1'
androidXKtxLifecycle = '2.2.0'
versionCodeNum = 334
versionNameString = '7.13.2'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/cc603751448/libcommon.git
git@gitee.com:cc603751448/libcommon.git
cc603751448
libcommon
libcommon
master

搜索帮助