Skip to content

Commit 1fb325b

Browse files
committed
发布2.1.0版本
1 parent 905963a commit 1fb325b

File tree

1 file changed

+30
-18
lines changed

1 file changed

+30
-18
lines changed

README.md

+30-18
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# 更新
2-
> :mega::mega::mega:
3-
> 近期计划下个版本重构!请大家继续关注~
4-
51
<p align="center">
62
<img src="art/header.png">
73
</p>
@@ -35,27 +31,26 @@
3531

3632
# Download
3733

38-
Gradle
34+
**1:** 项目根目录的build.gradle添加如下配置
3935

4036
```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+
}
4442
}
4543
```
4644

47-
or Maven
45+
**2:** app添加依赖
4846

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+
}
5651
```
5752

58-
or 下载library手动导入.
53+
记得把`x.y.z`替换为[![jitpack](https://jitpack.io/v/zaaach/CityPicker.svg)](https://jitpack.io/#zaaach/CityPicker)中的数字
5954

6055
# Usage
6156

@@ -183,6 +178,10 @@ OK,enjoy it~
183178

184179
# Changelog
185180

181+
#### v2.1.0
182+
183+
- 迁移至AndroidX
184+
186185
#### v2.0.3
187186

188187
- 修复状态栏变黑问题
@@ -208,6 +207,19 @@ OK,enjoy it~
208207

209208
[ImmersionBar](https://github.com/gyf-dev/ImmersionBar)
210209

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:
211221
# QQ群
212222

213-
有兴趣可以加入QQ群一起交流:601783167
223+
有兴趣可以加入QQ群一起交流:
224+
![扫码入群601783167](https://raw.githubusercontent.com/zaaach/imgbed/master/arts/qqgroup.jpg)
225+

0 commit comments

Comments
 (0)