Skip to content

Commit

Permalink
Merge pull request #86 from xkzhangsan/dev
Browse files Browse the repository at this point in the history
修改版本 3.2.0
  • Loading branch information
xkzhangsan authored Jul 17, 2021
2 parents 0cb0aff + a2abdfe commit a703788
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ xk-time is a tool for time conversion, time calculation, time formatting, time p
<dependency>
<groupId>com.github.xkzhangsan</groupId>
<artifactId>xk-time</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</dependency>
Mini版本不包含 time nlp 功能,更简洁。
<dependency>
<groupId>com.github.xkzhangsan</groupId>
<artifactId>xk-time</artifactId>
<version>3.1.0.Mini</version>
<version>3.2.0.Mini</version>
</dependency>
### (2)Gradle
compile group: 'com.github.xkzhangsan', name: 'xk-time', version: '3.1.0'
compile group: 'com.github.xkzhangsan', name: 'xk-time', version: '3.2.0'
### 注意:Android谨慎使用,Android端因为需要兼容低版本而不支持Java8,建议继续使用其他工具,如果有需要本项目相关的功能,可以参考源码实现,或留言给我。感谢支持!

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.xkzhangsan</groupId>
<artifactId>xk-time</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<packaging>jar</packaging>
<name>xk-time</name>
<url>https://github.com/xkzhangsan/xk-time</url>
Expand Down

0 comments on commit a703788

Please sign in to comment.