Skip to content

Commit 2d0857f

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents c80917f + f6f2557 commit 2d0857f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Step 2. 添加 Gradle依赖
3636
dependencies {
3737
...
3838
implementation 'com.google.android.material:material:1.1.0' //为了防止不必要的依赖冲突,0.0.3开始需要自行依赖google material库
39-
implementation 'com.github.loperSeven:DateTimePicker:0.6.0'//具体版本请看顶部jitpack标识,如0.6.0,仅支持androidx
39+
implementation 'com.github.loper7:DateTimePicker:0.6.2'//具体版本请看顶部jitpack标识,如0.6.2,仅支持androidx
4040
}
4141
4242
@@ -59,6 +59,9 @@ dependencies {
5959
  [CardWeekPickerDialog 使用说明](https://github.com/loperSeven/DateTimePicker/wiki/CardWeekPickerDialog-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E)
6060
## 更新日志
6161

62+
### [v0.6.1](https://github.com/loperSeven/DateTimePicker/releases/tag/0.6.1) -> [v0.6.2](https://github.com/loperSeven/DateTimePicker/releases/tag/0.6.2)
63+
* fix [issues 75](https://github.com/loperSeven/DateTimePicker/issues/75)
64+
6265
### [v0.6.0](https://github.com/loperSeven/DateTimePicker/releases/tag/0.6.0) -> [v0.6.1](https://github.com/loperSeven/DateTimePicker/releases/tag/0.6.1)
6366
* fix [issues 70](https://github.com/loperSeven/DateTimePicker/issues/70)
6467
<br/>ps:thanks for [Bter](https://github.com/Bter)

0 commit comments

Comments
 (0)