Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcxiaoke committed Mar 9, 2016
1 parent 0761e33 commit 8307278
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
===========================
一个简洁的饭否App,支持Android 4.0以上版本

* **蘑菇饭以后不会更新了,请自行clone代码修改(2015.08.04)**

[蘑菇饭App](http://fanfou.com/androidsupport)

##下载地址
Expand All @@ -17,11 +15,13 @@

##最新版本

####1.3.1 (2014.12.02)
####1.4.0 (2016.03.10)

1. 修复个人资料页不能滑动的问题
2. 修复搜索结果高亮和链接解析问题
3. 调整热门话题的界面
- WIFI网络下相册页面支持加载全部图片
- 图片浏览界面展示高清大图,保存大图
- 图片浏览界面展示GIF动图,保存动图
- 支持上传高清大图,支持上传GIF动图
- 微调了首页时间线的界面布局和刷新逻辑

##扫码下载

Expand All @@ -34,7 +34,7 @@
目前只支持使用Gradle构建,直接项目目录运行./gradlew clean build即可,
(Windows用户使用 gradlew.bat clean build)
也可以直接使用Android Studio打开项目根目录的build.gradle
(需要Gradle 2.0以上,Android Studio 0.9以上)
(需要Gradle 2.4以上,Android Studio 1.3以上)

###签名注意事项

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
tools:ignore="UnusedAttribute"
package="com.mcxiaoke.minicat"
android:sharedUserId="com.mcxiaoke.minicat"
android:versionCode="2015082001"
android:versionName="1.3.2">
android:versionCode="2016031001"
android:versionName="1.4.0">

<supports-screens
android:anyDensity="true"
Expand Down

0 comments on commit 8307278

Please sign in to comment.