加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.gradle 458 Bytes
一键复制 编辑 原始数据 按行查看 历史
沙漠游魂 提交于 2023-01-11 15:59 . first commit
ext {
android = [
compileSdkVersion: 31,
minSdkVersion : 21,
targetSdkVersion : 31,
versionCode : 1,
versionName : "1.0"
]
deps = [
"appcompat" : "androidx.appcompat:appcompat:1.4.0",
"constraintlayout": "androidx.constraintlayout:constraintlayout:2.1.1",
"material" : "com.google.android.material:material:1.4.0",
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化