Skip to content

Commit

Permalink
版本V1.4.3,更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
maning committed Feb 28, 2017
1 parent 3b47e24 commit 1d473e5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,30 @@


##项目截图:
![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_day_01.jpg)
![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_night_01.jpg)
![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_day_01.png)
![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_night_01.png)
![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_day_02.jpg)
![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_night_02.jpg)
![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_day_03.jpg)
![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_night_03.jpg)
![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_001.jpg)
![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_002.jpg)
![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_003.png)
![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_004.png)
![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_005.png)
![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_006.png)

##下版本想法:
##### 1.首页头条支持配置...
##### 1.添加搜索功能...
<br>

##更新日志:
###V1.4.3:
1.Gank头条可以在设置界面配置
2.修复泡在网上的日子数据异常问题
3.添加CocoaChina代码展示
4.更新Gradle和support版本

###V1.4.2:
1.修复历史浏览可能出现的一个崩溃问题

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ ext {
buildToolsVersion = "25.0.2"
minSdkVersion = 16
targetSdkVersion = 25
versionCode = 12
versionName = "1.4.2"
versionCode = 13
versionName = "1.4.3"
storePassword = "123456"
keyAlias = "Gank"
keyPassword = "123456"
Expand Down

0 comments on commit 1d473e5

Please sign in to comment.