Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
itning committed Sep 28, 2018
1 parent 1068b66 commit 70cc6be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,15 @@ Android的开源课程表应用
![](https://github.com/itning/YunShuClassSchedule/blob/master/extra/f.png)
![](https://github.com/itning/YunShuClassSchedule/blob/master/extra/g.png)
## 项目依赖库
- retrofit2
- butterknife
- eventbus
- greendao
- bugly
- colorpreference
- matisse
- glide
- statusbarutil
- materialdatetimepicker
- jsoup
- bubbleseekbar
- zxing-library
- [retrofit2](https://github.com/square/retrofit)
- [butterknife](https://github.com/JakeWharton/butterknife)
- [eventbus](https://github.com/greenrobot/EventBus)
- [greendao](https://github.com/greenrobot/greenDAO)
- [bugly](https://bugly.qq.com)
- [colorpreference](https://github.com/kizitonwose/colorpreference)
- [matisse](https://github.com/zhihu/Matisse)
- [glide](https://github.com/bumptech/glide)
- [statusbarutil](https://github.com/laobie/StatusBarUtil)
- [materialdatetimepicker](https://github.com/wdullaer/MaterialDateTimePicker)
- [jsoup](https://mvnrepository.com/artifact/org.jsoup/jsoup)
- [bubbleseekbar](https://github.com/wdullaer/MaterialDateTimePicker)
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
/*https://github.com/laobie/StatusBarUtil*/
implementation 'com.jaeger.statusbarutil:library:1.5.1'
/*material date time picker*/
/*https://github.com/wdullaer/MaterialDateTimePicker*/
implementation 'com.wdullaer:materialdatetimepicker:3.6.3'
/*https://mvnrepository.com/artifact/org.jsoup/jsoup*/
implementation 'org.jsoup:jsoup:1.11.3'
Expand Down

0 comments on commit 70cc6be

Please sign in to comment.