1 Star 0 Fork 0

virtual1680/android-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dependency.gradle 2.13 KB
一键复制 编辑 原始数据 按行查看 历史
itperson 提交于 2020-10-29 20:27 . first
ext {
//Android
compileSdkVersion = 29
buildToolsVersion = "29.0.3"
minSdkVersion = 21
targetSdkVersion = 29
//dependencies
dependencies = [
//arouter begin
arouter_api : "com.alibaba:arouter-api:1.5.0",
arouter_compiler : "com.alibaba:arouter-compiler:1.2.2",
//arouter end
//androidx--begin
appcompat : "androidx.appcompat:appcompat:1.1.0",
fragment_ktx : "androidx.fragment:fragment-ktx:1.2.0",
lifecycle_extensions : "androidx.lifecycle:lifecycle-extensions:2.2.0",
lifecycle_compiler : "androidx.lifecycle:lifecycle-compiler:2.2.0",
constraintlayout : "androidx.constraintlayout:constraintlayout:1.1.3",
recyclerview : "androidx.recyclerview:recyclerview:1.1.0",
material : "com.google.android.material:material:1.0.0",
multidex : "androidx.multidex:multidex:2.0.1",
//androidx--end
//hotfix-begin
crashreport_upgrade : "com.tencent.bugly:crashreport_upgrade:1.3.6",
// tinker_android_lib : "com.tencent.tinker:tinker-android-lib:1.9.9",
//hotfix-end
//glide--begin
glide : "com.github.bumptech.glide:glide:4.9.0",
glide_compiler : "com.github.bumptech.glide:compiler:4.9.0",
//glide--end
//http-Serializable--begin
retrofit : "com.squareup.retrofit2:retrofit:2.8.1",
gson : "com.google.code.gson:gson:2.8.6",
//http-Serializable--end
//hilt--begin
hilt_android : "com.google.dagger:hilt-android:2.28-alpha",
hilt_android_compiler: "com.google.dagger:hilt-android-compiler:2.28-alpha",
hilt_compiler : "androidx.hilt:hilt-compiler:1.0.0-alpha01",
//hilt--end
//刷新数据控件---begin
refresh_layout :'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0'
//刷新数据控件---end
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/virtual1680/android-framework.git
git@gitee.com:virtual1680/android-framework.git
virtual1680
android-framework
android-framework
master

搜索帮助