Skip to content

Commit cbb15c9

Browse files
committed
Merge remote-tracking branch 'remotes/origin/dev'
2 parents f5afaed + 4caec15 commit cbb15c9

5 files changed

Lines changed: 3 additions & 2 deletions

File tree

AndroidTimetableView/TimetableView/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ publish {
5555
repoName='Maven'
5656
groupId = 'com.zhuangfei'//jcenter上的路径
5757
artifactId = 'TimetableView'//项目名称
58-
publishVersion = '2.0.5'//版本号
58+
publishVersion = '2.0.6'//版本号
5959
desc = 'A beautiful Android based curriculum schedule widget'//描述,不重要
6060
website = 'https://github.com/zfman/TimetableView'//网站,不重要;尽量模拟github上的地址,例如我这样的;当然你有地址最好了
6161
}
1.52 KB
Binary file not shown.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- 空白格子可点击,课程项可长按 `new`
1515
- 月份宽度可设置 `new`
1616
- 周末可设置隐藏 `new`
17+
- 课表具体逻辑可自定义 `new`
1718

1819
<img src="https://raw.githubusercontent.com/zfman/TimetableView/master/images/v2.0.3/img1.jpg" width="30%"/><img src="https://raw.githubusercontent.com/zfman/TimetableView/master/images/v2.0.3/img2.jpg" width="30%"/><img src="https://raw.githubusercontent.com/zfman/TimetableView/master/images/v2.x/v2img3.jpg" width="30%"/>
1920

@@ -22,7 +23,7 @@
2223
2324
- [快速开始](https://github.com/zfman/TimetableView/wiki/%E6%9C%80%E6%96%B0%E6%96%87%E6%A1%A3)
2425
- [Javadocs](http://www.liuzhuangfei.com/github/timetableview/docs/v2.0.4/)
25-
- [示例app下载](https://raw.githubusercontent.com/zfman/TimetableView/master/apks/v2.0.5.apk)
26+
- [示例app下载](https://raw.githubusercontent.com/zfman/TimetableView/master/apks/v2.0.6.apk)
2627
- [变更历史](https://github.com/zfman/TimetableView/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E)
2728
- [完整案例-怪兽课表](https://github.com/zfman/hputimetable)
2829

apks/v2.0.6.apk

2.1 MB
Binary file not shown.

images/v2.0.6/img1.jpg

53.1 KB
Loading

0 commit comments

Comments
 (0)