4 Star 41 Fork 18

黎明白昼 / HQW

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 492 Bytes
一键复制 编辑 原始数据 按行查看 历史
黎明白昼 提交于 2024-04-13 11:34 . HQW版本升级
buildscript {
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.3.2' apply false
id 'com.android.library' version '8.3.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}
ext {
compileSdk = 34
minSdk = 23
targetSdk = 34
versionCode = 20240413
versionName = "1.9.1"
}
Android
1
https://gitee.com/BAILIS/HQW.git
git@gitee.com:BAILIS/HQW.git
BAILIS
HQW
HQW
master

搜索帮助