2 Star 6 Fork 0

GiteeOS / legado

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 913 Bytes
一键复制 编辑 原始数据 按行查看 历史
kunfei 提交于 2023-12-07 16:04 . 优化
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext{
compile_sdk_version = 34
build_tool_version = '34.0.0'
kotlin_version = '1.9.20'
ksp_version = "1.0.13"
agp_version = '8.2.0'
media3_version = "1.2.0"
splitties_version = '3.0.0'
room_version = '2.6.1'
}
}
plugins {
id 'com.android.application' version "$agp_version" apply false
id 'com.android.library' version "$agp_version" apply false
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
id 'com.google.devtools.ksp' version "$kotlin_version-$ksp_version" apply false
id "de.undercouch.download" version "5.5.0" apply false
id "com.google.gms.google-services" version "4.4.0" apply false
}
tasks.register('clean', Delete) {
delete rootProject.layout.buildDirectory
}
Kotlin
1
https://gitee.com/GiteeOS/legado.git
git@gitee.com:GiteeOS/legado.git
GiteeOS
legado
legado
master

搜索帮助