Skip to content

Commit bb0f17b

Browse files
committed
Use Arms v2.5.0
1 parent 291ab9d commit bb0f17b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CommonRes/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ android {
2626
dependencies {
2727
api fileTree(dir: 'libs', include: ['*.jar'])
2828
api project(":CommonSDK") //因为 CommonRes 依赖了 CommonSDK, 所以如果业务模块需要公共 UI 组件就依赖 CommonRes, 如果不需要就只依赖 CommonSDK
29+
api 'me.jessyan:arms-autolayout:2.5.0'
2930
api(rootProject.ext.dependencies["cardview-v7"]) {
3031
exclude module: 'support-annotations'
3132
}

CommonSDK/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ android {
3636

3737
dependencies {
3838
api fileTree(dir: 'libs', include: ['*.jar'])
39-
api 'me.jessyan:arms:2.4.1'
39+
api 'me.jessyan:arms:2.5.0'
40+
api 'me.jessyan:arms-imageloader-glide:2.5.0'
41+
4042
//tools
43+
api rootProject.ext.dependencies["androideventbus"]
4144
api(rootProject.ext.dependencies["arouter"]) {
4245
exclude module: 'support-v4'
4346
exclude module: 'support-annotations'

0 commit comments

Comments
 (0)