Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
loper7 authored May 26, 2022
1 parent 55c95d1 commit 36f9081
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Step 2. 添加 Gradle依赖
dependencies {
...
implementation 'com.google.android.material:material:1.1.0' //为了防止不必要的依赖冲突,0.0.3开始需要自行依赖google material库
implementation 'com.github.loperSeven:DateTimePicker:0.5.4'//具体版本请看顶部jitpack标识,如0.5.4,仅支持androidx
implementation 'com.github.loperSeven:DateTimePicker:0.5.8'//具体版本请看顶部jitpack标识,如0.5.8,仅支持androidx
}
Expand All @@ -58,6 +58,8 @@ dependencies {
  [CardWeekPickerDialog 使用说明](https://github.com/loperSeven/DateTimePicker/wiki/CardWeekPickerDialog-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E)
## 更新日志

### [v0.5.7](https://github.com/loperSeven/DateTimePicker/releases/tag/0.5.7) -> [v0.5.8](https://github.com/loperSeven/DateTimePicker/releases/tag/0.5.8)
* fix [issues 57](https://github.com/loperSeven/DateTimePicker/issues/57)

### [v0.5.3](https://github.com/loperSeven/DateTimePicker/releases/tag/0.5.3) -> [v0.5.7](https://github.com/loperSeven/DateTimePicker/releases/tag/0.5.7)
* fix [issues 51](https://github.com/loperSeven/DateTimePicker/issues/51)
Expand Down

0 comments on commit 36f9081

Please sign in to comment.