3 Star 7 Fork 7

Gitee 极速下载/YCAndroidTool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/yangchong211/YCAndroidTool
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.gradle 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
杨充 提交于 2021-10-12 18:31 . 提交代码
ext {
androidBuildToolsVersion = "29.0.0"
androidMinSdkVersion = 17
androidTargetSdkVersion = 29
androidCompileSdkVersion = 29
constraintLayoutVersion = '1.0.0'
appcompatVersion = '1.2.0'
annotationVersion = '1.1.0'
cardviewVersion = '1.0.0'
recyclerviewVersion = '1.0.0'
mediaVersion = '1.0.1'
materialVersion = '1.0.0'
swiperefreshlayoutVersion = '1.0.0'
/**主app-start*/
AppDependencies = [
coordinatorlayout : "androidx.coordinatorlayout:coordinatorlayout:${constraintLayoutVersion}",
appcompat : "androidx.appcompat:appcompat:${appcompatVersion}",
annotation : "androidx.annotation:annotation:${annotationVersion}",
cardview : "androidx.cardview:cardview:${cardviewVersion}",
recyclerview : "androidx.recyclerview:recyclerview:${recyclerviewVersion}",
media : "androidx.media:media:${mediaVersion}",
material : "com.google.android.material:material:${materialVersion}",
swiperefreshlayout : "androidx.swiperefreshlayout:swiperefreshlayout:${swiperefreshlayoutVersion}",
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/YCAndroidTool.git
git@gitee.com:mirrors/YCAndroidTool.git
mirrors
YCAndroidTool
YCAndroidTool
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385