diff --git a/README.md b/README.md index b6e1652..fcd5cdd 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,17 @@ ![](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) +![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_007.png) +![](https://github.com/maning0303/GankMM/raw/master/screenshots/gank_008.png) ## 更新日志: +### V1.6.0: + 1.天气页面信息展示完善 + 2.优化部分界面显示 + 3.修复Bug + ### V1.5.1: 1.修复小Bug,优化体验 2.添加意见反馈回复提示框(之前忘记调用方法了) @@ -159,5 +166,6 @@ ###### ViewPager的标题控件 [smarttablayout](https://github.com/ogaclejapan/SmartTabLayout) ###### 广告轮播控件 [SwitcherView](https://github.com/maning0303/SwitcherView) ###### 收藏按钮 [LikeButton](https://github.com/jd-alexander/LikeButton) +###### 模糊控件 [LikeButton](https://github.com/wasabeef/Blurry) diff --git a/build.gradle b/build.gradle index 690a7c0..4a7964f 100644 --- a/build.gradle +++ b/build.gradle @@ -32,8 +32,8 @@ ext { buildToolsVersion = "25.0.2" minSdkVersion = 16 targetSdkVersion = 25 - versionCode = 17 - versionName = "1.5.2" + versionCode = 18 + versionName = "1.6.0" storePassword = "123456" keyAlias = "Gank" keyPassword = "123456" diff --git a/screenshots/gank_007.png b/screenshots/gank_007.png new file mode 100644 index 0000000..490e5e0 Binary files /dev/null and b/screenshots/gank_007.png differ diff --git a/screenshots/gank_008.png b/screenshots/gank_008.png new file mode 100644 index 0000000..3e8b8fc Binary files /dev/null and b/screenshots/gank_008.png differ