2 Star 4 Fork 0

个人收藏室/legado

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 871 Bytes
一键复制 编辑 原始数据 按行查看 历史
kunfei 提交于 2022-07-24 20:47 . 优化
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext{
kotlin_version = '1.7.0'
compose_version = '1.2.0-rc03'
compose_compiler_version = '1.2.0'
agp_version= '7.2.1'
exoplayer_version = '2.18.1'
splitties_version = '3.0.0'
room_version = '2.5.0-alpha02'
}
}
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 "de.timfreiheit.resourceplaceholders" version "0.4" apply false
id "de.undercouch.download" version "5.1.0" apply false
id "com.google.gms.google-services" version "4.3.10" apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/software-reverse-engineering/legado.git
git@gitee.com:software-reverse-engineering/legado.git
software-reverse-engineering
legado
legado
master

搜索帮助