13 Star 127 Fork 40

张小德 / MXVideo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 451 Bytes
一键复制 编辑 原始数据 按行查看 历史
张小德 提交于 2024-05-10 08:13 . 1.9.4
plugins {
id 'com.android.application' version '8.4.0' apply false
id 'com.android.library' version '8.4.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.4"
}
Kotlin
1
https://gitee.com/zhangmengxiong/MXVideo.git
git@gitee.com:zhangmengxiong/MXVideo.git
zhangmengxiong
MXVideo
MXVideo
master

搜索帮助