@@ -30,6 +30,14 @@ allprojects {
3030}
3131```
3232
33+ 所有选择器的基础窗体:
34+
35+ ``` groovy
36+ dependencies {
37+ implementation 'com.github.gzu-liyujiang.AndroidPicker:Common:<version>'
38+ }
39+ ```
40+
3341滚轮选择器的滚轮控件:
3442
3543``` groovy
@@ -42,8 +50,6 @@ dependencies {
4250
4351``` groovy
4452dependencies {
45- implementation 'com.github.gzu-liyujiang.AndroidPicker:Common:<version>'
46- implementation 'com.github.gzu-liyujiang.AndroidPicker:WheelView:<version>'
4753 implementation 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:<version>'
4854}
4955```
@@ -52,9 +58,6 @@ dependencies {
5258
5359``` groovy
5460dependencies {
55- implementation 'com.github.gzu-liyujiang.AndroidPicker:Common:<version>'
56- implementation 'com.github.gzu-liyujiang.AndroidPicker:WheelView:<version>'
57- implementation 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:<version>'
5861 implementation 'com.github.gzu-liyujiang.AndroidPicker:AddressPicker:<version>'
5962}
6063```
@@ -63,7 +66,6 @@ dependencies {
6366
6467``` groovy
6568dependencies {
66- implementation 'com.github.gzu-liyujiang.AndroidPicker:Common:<version>'
6769 implementation 'com.github.gzu-liyujiang.AndroidPicker:FilePicker:<version>'
6870}
6971```
@@ -72,7 +74,6 @@ dependencies {
7274
7375``` groovy
7476dependencies {
75- implementation 'com.github.gzu-liyujiang.AndroidPicker:Common:<version>'
7677 implementation 'com.github.gzu-liyujiang.AndroidPicker:ColorPicker:<version>'
7778}
7879```
@@ -81,19 +82,15 @@ dependencies {
8182
8283``` groovy
8384dependencies {
84- implementation 'com.github.gzu-liyujiang.AndroidPicker:Common:<version>'
8585 implementation 'com.github.gzu-liyujiang.AndroidPicker:CalendarPicker:<version>'
8686}
8787```
8888
89- 旧版本 ** Support 稳定版本 ** :
89+ 图片选择器 :
9090
9191``` groovy
9292dependencies {
93- implementation 'com.github.gzu-liyujiang.AndroidPicker:Common:1.5.6.20181018'
94- implementation 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:1.5.6.20181018'
95- implementation 'com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.5.6.20181018'
96- implementation 'com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.5.6.20181018'
93+ implementation 'com.github.gzu-liyujiang.AndroidPicker:ImagePicker:<version>'
9794}
9895```
9996
@@ -108,6 +105,17 @@ dependencies {
108105}
109106```
110107
108+ 旧版本 ** Support 稳定版本** :
109+
110+ ``` groovy
111+ dependencies {
112+ implementation 'com.github.gzu-liyujiang.AndroidPicker:Common:1.5.6.20181018'
113+ implementation 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:1.5.6.20181018'
114+ implementation 'com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.5.6.20181018'
115+ implementation 'com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.5.6.20181018'
116+ }
117+ ```
118+
111119代码同时托管在` GitHub ` 及` GitEE ` ,因此` 3.x及以上版本 ` 的依赖项也可以将` com.github.gzu-liyujiang ` 换成` com.gitee.li_yu_jiang ` ,即:
112120
113121``` groovy
@@ -118,6 +126,7 @@ dependencies {
118126 implementation 'com.gitee.li_yu_jiang.AndroidPicker:ColorPicker:<version>'
119127 implementation 'com.gitee.li_yu_jiang.AndroidPicker:FilePicker:<version>'
120128 implementation 'com.gitee.li_yu_jiang.AndroidPicker:CalendarPicker:<version>'
129+ implementation 'com.gitee.li_yu_jiang.AndroidPicker:ImagePicker:<version>'
121130```
122131
123132## 混淆规则
@@ -262,6 +271,7 @@ dependencies {
262271- ![ 效果图] ( /screenshots/6.gif )
263272- ![ 效果图] ( /screenshots/7.gif )
264273- ![ 效果图] ( /screenshots/8.gif )
274+ - ![ 效果图] ( /screenshots/9.gif )
265275
266276## 特别鸣谢
267277
0 commit comments