File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ android:
25
25
26
26
script :
27
27
- ./gradlew clean
28
- - ./gradlew install
29
- - ./gradlew bintrayUpload
28
+ # - ./gradlew install
29
+ # - ./gradlew bintrayUpload
30
30
- ./gradlew assembleDebug
Original file line number Diff line number Diff line change @@ -71,19 +71,19 @@ dependencies {
71
71
implementation rootProject. ext. dependencies[" paginate" ]
72
72
73
73
// arms
74
- implementation project(' :arms' )
75
- // implementation 'me.jessyan:arms:2.5.1 '
74
+ // implementation project(':arms')
75
+ implementation ' me.jessyan:arms:2.5.2 '
76
76
77
77
// Arms 核心库不再包含 AndroidAutoLayout, 现在可自行选择屏幕适配方案, 不想使用 AndroidAutoLayout 就不要依赖 arms-autolayout
78
- // implementation 'me.jessyan:arms-autolayout:2.5.1 '
78
+ // implementation 'me.jessyan:arms-autolayout:2.5.2 '
79
79
80
80
// 现在已经将 Demo 中的屏幕适配框架从 AndroidAutoLayout 替换为 AndroidAutoSize, AndroidAutoLayout 和 AndroidAutoSize 可以在项目中共存
81
81
// 所以旧项目只要依赖 arms-autolayout 即可兼容之前的旧页面, 新页面可以使用 AndroidAutoSize 进行适配, 等有时间了再将旧页面全部替换为 AndroidAutoSize
82
82
implementation rootProject. ext. dependencies[" autosize" ]
83
83
84
84
// Arms 核心库不再包含 Glide, 想使用其他图片加载框架或者想自行扩展 ImageLoaderStrategy 就不要依赖 arms-imageloader-glide
85
85
// 依赖 arms-imageloader-glide 后还需要在 GlobalConfiguration 中手动注册 GlideImageLoaderStrategy
86
- implementation ' me.jessyan:arms-imageloader-glide:2.5.1 '
86
+ implementation ' me.jessyan:arms-imageloader-glide:2.5.2 '
87
87
// implementation project(':arms-imageloader-glide')
88
88
89
89
// test
You can’t perform that action at this time.
0 commit comments