Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
zfman committed Sep 6, 2018
2 parents f5afaed + 4caec15 commit cbb15c9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidTimetableView/TimetableView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ publish {
repoName='Maven'
groupId = 'com.zhuangfei'//jcenter上的路径
artifactId = 'TimetableView'//项目名称
publishVersion = '2.0.5'//版本号
publishVersion = '2.0.6'//版本号
desc = 'A beautiful Android based curriculum schedule widget'//描述,不重要
website = 'https://github.com/zfman/TimetableView'//网站,不重要;尽量模拟github上的地址,例如我这样的;当然你有地址最好了
}
Binary file modified AndroidTimetableView/app/release/app-release.apk
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- 空白格子可点击,课程项可长按 `new`
- 月份宽度可设置 `new`
- 周末可设置隐藏 `new`
- 课表具体逻辑可自定义 `new`

<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%"/>

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

Expand Down
Binary file added apks/v2.0.6.apk
Binary file not shown.
Binary file added images/v2.0.6/img1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cbb15c9

Please sign in to comment.