diff --git a/README.md b/README.md index 8407bd1..30156be 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- [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) \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index a7eb41b..f28de32 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'