13 Star 62 Fork 30

Gitee 极速下载/Legado

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/gedoor/legado
克隆/下载
build.gradle 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
Ag2S 提交于 2024-03-11 14:09 . 更新Gradle脚本 (#3796)
// 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.22'
// ksp_version = "1.0.17"
// agp_version = '8.2.2'
// media3_version = "1.2.1"
// 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
alias libs.plugins.android.application apply false
alias libs.plugins.android.library apply false
alias libs.plugins.kotlin.android apply false
alias libs.plugins.kotlin.parcelize apply false
alias libs.plugins.ksp apply false
alias libs.plugins.google.services apply false
alias libs.plugins.room apply false
alias libs.plugins.download apply false
}
tasks.register('clean', Delete) {
delete rootProject.layout.buildDirectory
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/Legado.git
git@gitee.com:mirrors/Legado.git
mirrors
Legado
Legado
master

搜索帮助

Cb406eda 1850385 E526c682 1850385