Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
hegaojian committed Jul 20, 2021
2 parents c498505 + 5b91522 commit e8b2134
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
## 演示Demo
已用该库重构了我之前的玩安卓项目,利用Navigation组件以单Activity+Fragment架构编写,优化了很多代码,对比之前的mvp项目,开发效率与舒适度要提高了不少,想看之前MVP的项目可以去 [https://github.com/hegaojian/WanAndroid](https://github.com/hegaojian/WanAndroid)

**打个小广告** 新建了个项目框架,封装了大部分需求,去除了navigation,网络请求使用了 RxHttp,使用更方便,开发速度更高,有兴趣的可以star一下看看 [地址](https://github.com/hegaojian/ProjectTemplate)

#### 效果图展示
![项目效果图](https://upload-images.jianshu.io/upload_images/9305757-818106225dd01e65.gif?imageMogr2/auto-orient/strip)

Expand Down Expand Up @@ -55,7 +53,7 @@ allprojects {
```
dependencies {
...
implementation 'com.github.hegaojian:JetpackMvvm:1.2.3'
implementation 'com.github.hegaojian:JetpackMvvm:1.2.4'
}
```

Expand Down

0 comments on commit e8b2134

Please sign in to comment.