1 Star 0 Fork 1

心梦醉人/imooc_music_app

forked from Gehj/imooc_music_app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
imooc.gradle 2.42 KB
一键复制 编辑 原始数据 按行查看 历史
Gehj 提交于 2020-12-03 18:05 . Initial commit
//如果要改需要每个gradle都改,所以提取出来方便修改
ext {
//android库
android = [compileSdkVersion: 29,
buildToolsVersion: "29.0.0",
minSdkVersion : 19,
targetSdkVersion : 29,
applicationId : 'com.imooc.imooc_voice',
versionCode : 2,
versionName : '1.1',
multiDexEnabled : true,]
//依赖库
depsVersion = [appcompact : '29.0.0',
design : '29.0.0',
recyclerview : '29.0.0',
constraint : '1.1.3',
eventbus : '3.1.1',
greendao : '3.2.2',
rxjava : '2.2.9',
rxandroid : '2.1.1',
arouterapi : '1.5.0',
aroutercompiler: '1.2.2',
magicindicator : '1.5.0',
glide : '4.9.0',
glidecompiler : '4.9.0',
okhttp : '3.3.0',
gson : '2.8.0',
]
//第三方库地址
depsLibs = [appcompact : 'androidx.appcompat:appcompat:1.0.0',
design : 'com.google.android.material:material:1.0.0',
recyclerview : 'androidx.recyclerview:recyclerview:1.0.0',
constraint : 'androidx.constraintlayout:constraintlayout:1.1.3',
eventbus : "org.greenrobot:eventbus:${depsVersion.eventbus}", //上面的
greendao : "org.greenrobot:greendao:${depsVersion.greendao}",
rxjava : "io.reactivex.rxjava2:rxjava:${depsVersion.rxjava}",
rxandroid : "io.reactivex.rxjava2:rxandroid:${depsVersion.rxandroid}",
arouterapi : "com.alibaba:arouter-api:${depsVersion.arouterapi}",
aroutercompiler: "com.alibaba:arouter-compiler:${depsVersion.aroutercompiler}",
magicindicator : "com.github.hackware1993:MagicIndicator:${depsVersion.magicindicator}",
glide : "com.github.bumptech.glide:glide:${depsVersion.glide}",
glidecompiler : "com.github.bumptech.glide:compiler:${depsVersion.glidecompiler}",
okhttp : "com.squareup.okhttp3:okhttp:${depsVersion.okhttp}",
gson : "com.google.code.gson:gson:${depsVersion.gson}",
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/changlinghu/imooc_music_app.git
[email protected]:changlinghu/imooc_music_app.git
changlinghu
imooc_music_app
imooc_music_app
master

搜索帮助