Skip to content

Commit be4bc68

Browse files
authored
Merge pull request #181 from jpush/feature/20201214_image_api
Upgrade DOC
2 parents d500c06 + 96acbee commit be4bc68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
## 安装
1717

1818
### maven 方式
19-
将下边的依赖条件放到你项目的 maven pom.xml 文件里。v3.4.6 为例,最新版本请看[Release页面](https://github.com/jpush/jpush-api-java-client/releases)
19+
将下边的依赖条件放到你项目的 maven pom.xml 文件里。v3.4.8 为例,最新版本请看[Release页面](https://github.com/jpush/jpush-api-java-client/releases)
2020

2121
```Java
2222
<dependency>
2323
<groupId>cn.jpush.api</groupId>
2424
<artifactId>jpush-client</artifactId>
25-
<version>3.4.7</version>
25+
<version>3.4.8</version>
2626
</dependency>
2727
```
2828
### jar 包方式
@@ -31,7 +31,7 @@
3131

3232

3333
### 依赖包
34-
* [jiguang-java-client-common](https://github.com/jpush/jiguang-java-client-common) / 极光 Java client 的公共封装开发包,必须依赖,v1.1.4 为例,查看[最新版本](https://github.com/jpush/jiguang-java-client-common/releases)
34+
* [jiguang-java-client-common](https://github.com/jpush/jiguang-java-client-common) / 极光 Java client 的公共封装开发包,必须依赖,v1.1.10 为例,查看[最新版本](https://github.com/jpush/jiguang-java-client-common/releases)
3535
* [slf4j](http://www.slf4j.org/) / log4j (Logger)
3636
* [gson](https://code.google.com/p/google-gson/) (Google JSON Utils)
3737

@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>cn.jpush.api</groupId>
4545
<artifactId>jiguang-common</artifactId>
46-
<version>1.1.8</version>
46+
<version>1.1.10</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>io.netty</groupId>

0 commit comments

Comments
 (0)