Commit 1fb325b 1 parent 905963a commit 1fb325b Copy full SHA for 1fb325b
File tree 1 file changed +30
-18
lines changed
1 file changed +30
-18
lines changed Original file line number Diff line number Diff line change 1
- # 更新
2
- > :mega ::mega ::mega :
3
- > 近期计划下个版本重构!请大家继续关注~
4
-
5
1
<p align =" center " >
6
2
<img src =" art/header.png " >
7
3
</p >
35
31
36
32
# Download
37
33
38
- Gradle :
34
+ ** 1: ** 项目根目录的build.gradle添加如下配置 :
39
35
40
36
``` groovy
41
- dependencies {
42
- implementation 'com.zaaach:citypicker:2.0.3' //必选
43
- implementation 'com.android.support:recyclerview-v7:27.1.1' //必选
37
+ allprojects {
38
+ repositories {
39
+ ...
40
+ maven { url 'https://jitpack.io' }
41
+ }
44
42
}
45
43
```
46
44
47
- or Maven :
45
+ ** 2: ** app添加依赖 :
48
46
49
- ``` xml
50
- <dependency >
51
- <groupId >com.zaaach</groupId >
52
- <artifactId >citypicker</artifactId >
53
- <version >2.0.3</version >
54
- <type >pom</type >
55
- </dependency >
47
+ ``` groovy
48
+ dependencies {
49
+ implementation 'com.github.zaaach:CityPicker:x.y.z'
50
+ }
56
51
```
57
52
58
- or 下载library手动导入.
53
+ 记得把 ` x.y.z ` 替换为 [ ![ jitpack ] ( https://jitpack.io/v/zaaach/CityPicker.svg )] ( https://jitpack.io/#zaaach/CityPicker ) 中的数字
59
54
60
55
# Usage
61
56
@@ -183,6 +178,10 @@ OK,enjoy it~
183
178
184
179
# Changelog
185
180
181
+ #### v2.1.0
182
+
183
+ - 迁移至AndroidX
184
+
186
185
#### v2.0.3
187
186
188
187
- 修复状态栏变黑问题
@@ -208,6 +207,19 @@ OK,enjoy it~
208
207
209
208
[ ImmersionBar] ( https://github.com/gyf-dev/ImmersionBar )
210
209
210
+ # About me
211
+
212
+ 掘金:[ https://juejin.im/user/56f3dfe8efa6310055ac719f ] ( https://juejin.im/user/56f3dfe8efa6310055ac719f )
213
+
214
+ 简书:[ https://www.jianshu.com/u/913a8bb93d12 ] ( https://www.jianshu.com/u/913a8bb93d12 )
215
+
216
+ 淘宝店:[ LEON家居生活馆 (动漫摆件)] ( https://shop238932691.taobao.com )
217
+
218
+ ![ LEON] ( https://raw.githubusercontent.com/zaaach/imgbed/master/arts/leon_shop_qrcode.png )
219
+
220
+ :wink : 淘宝店求个关注:wink :
211
221
# QQ群
212
222
213
- 有兴趣可以加入QQ群一起交流:601783167
223
+ 有兴趣可以加入QQ群一起交流:
224
+ ![ 扫码入群601783167] ( https://raw.githubusercontent.com/zaaach/imgbed/master/arts/qqgroup.jpg )
225
+
You can’t perform that action at this time.
0 commit comments