Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yannecer authored Apr 3, 2020
1 parent a183ddc commit 57af558
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,14 @@
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
...
}
```

#### Gradle
```
implementation 'com.necer.ncalendar:ncalendar:5.0.0' 项目升级到androidx
implementation 'com.necer.ncalendar:ncalendar:5.0.0'
```

Expand Down Expand Up @@ -133,7 +131,8 @@ implementation 'com.necer.ncalendar:ncalendar:5.0.0' 项目升级到androidx
## 日历设置时间标记、替换文字等Api

```
日历设置时间标记、替换文字的Api,只对InnerPainter有效,如果是自定义日历UI,则这些方法需要自己实现,可参考InnerPainter相关代码
日历设置时间标记、替换文字的Api,只对InnerPainter有效,如果是自定义日历UI,则这些方法需要自己实现,
可参考InnerPainter相关代码
```
### [日历设置时间标记、替换文字](https://github.com/yannecer/NCalendar/wiki/%E6%97%A5%E5%8E%86%E8%AE%BE%E7%BD%AE%E6%A0%87%E8%AE%B0%E3%80%81%E6%9B%BF%E6%8D%A2%E6%96%87%E5%AD%97)
Expand Down

0 comments on commit 57af558

Please sign in to comment.