14 Star 142 Fork 43

NNN小德/MXVideo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 451 Bytes
一键复制 编辑 原始数据 按行查看 历史
NNN小德 提交于 2024-11-07 14:18 +08:00 . 1.9.7
plugins {
id 'com.android.application' version '8.5.0' apply false
id 'com.android.library' version '8.5.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
}
tasks.register('clean', Delete) {
for (project in allprojects) {
delete project.layout.buildDirectory
}
}
ext {
compileSdkVersion = 34
targetSdkVersion = 34
minSdkVersion = 21
versionCode = 1
versionName = "1.9.7"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/zhangmengxiong/MXVideo.git
[email protected]:zhangmengxiong/MXVideo.git
zhangmengxiong
MXVideo
MXVideo
master

搜索帮助