2 Star 1 Fork 0

NNN小德/MXKeyValue

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

搜索帮助