Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheseYears authored Apr 23, 2018
1 parent 96ba2ba commit 6d2949d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

这是一个MVP-Based, 集成了很多常用库, 工具以及控件的库集合, 旨在提高开发效率并保证一定的代码质量.

## 关于工程编译
## 关于工程

* 请使用Android Studio 3.0以上版本编译, Gradle版本3.0.1, buildToolsVersion 26.0.2, 请根据需要自行选择.
* app模块中包含MVP的使用示例-调用GitHub的搜索接口(关键词CoreLibs)并用RecyclerView显示出来.
Expand Down Expand Up @@ -77,5 +77,6 @@ GalleryFinalConfigurator.config(getApplicationContext()); //初始化GalleryFina
* 需要使用新的 [MvpClassesGenerator](https://github.com/TheseYears/MvpClassesGenerator/blob/master/MvpClassesGenerator.jar) 插件
* 2018-04
* 修改项目目录为可执行的application,包含CoreLibs模块,而非一个单独的android module
   * 从RxJava1升级至RxJava2
   * 各个库均升级至较新版本
* 从RxJava1升级至RxJava2
* 各个库均升级至较新版本

0 comments on commit 6d2949d

Please sign in to comment.