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:
2525
2626script :
2727 - ./gradlew clean
28- - ./gradlew install
29- - ./gradlew bintrayUpload
28+ # - ./gradlew install
29+ # - ./gradlew bintrayUpload
3030 - ./gradlew assembleDebug
Original file line number Diff line number Diff line change @@ -71,19 +71,19 @@ dependencies {
7171 implementation rootProject. ext. dependencies[" paginate" ]
7272
7373 // 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 '
7676
7777 // Arms 核心库不再包含 AndroidAutoLayout, 现在可自行选择屏幕适配方案, 不想使用 AndroidAutoLayout 就不要依赖 arms-autolayout
78- // implementation 'me.jessyan:arms-autolayout:2.5.1 '
78+ // implementation 'me.jessyan:arms-autolayout:2.5.2 '
7979
8080 // 现在已经将 Demo 中的屏幕适配框架从 AndroidAutoLayout 替换为 AndroidAutoSize, AndroidAutoLayout 和 AndroidAutoSize 可以在项目中共存
8181 // 所以旧项目只要依赖 arms-autolayout 即可兼容之前的旧页面, 新页面可以使用 AndroidAutoSize 进行适配, 等有时间了再将旧页面全部替换为 AndroidAutoSize
8282 implementation rootProject. ext. dependencies[" autosize" ]
8383
8484 // Arms 核心库不再包含 Glide, 想使用其他图片加载框架或者想自行扩展 ImageLoaderStrategy 就不要依赖 arms-imageloader-glide
8585 // 依赖 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 '
8787// implementation project(':arms-imageloader-glide')
8888
8989 // test
You can’t perform that action at this time.
0 commit comments