Skip to content

Commit

Permalink
update apk
Browse files Browse the repository at this point in the history
  • Loading branch information
zfdang committed Aug 10, 2020
1 parent 989fae6 commit 1ceb293
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply from: 'MobSDK.gradle'
// http://www.race604.com/android-auto-version/
def cmd = 'git rev-list HEAD --count'
def gitVersion = cmd.execute().text.trim().toInteger() + 100
def appVersion = '1.8.6'
def appVersion = '1.8.7'

android {
compileSdkVersion rootProject.compileSdkVersion
Expand Down
1 change: 1 addition & 0 deletions docs/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h3>zSMTH 水木社区客户端Android版</h3>
<h3>历史版本:</h3>

<ui>
<li><A href="zSMTH-release-v1.8.7.apk">v1.8.7</A></li>
<li><A href="zSMTH-release-v1.8.6.apk">v1.8.6</A></li>
<li><A href="zSMTH-release-v1.8.5.apk">v1.8.5</A></li>
<li><A href="zSMTH-release-v1.8.4.apk">v1.8.4</A></li>
Expand Down
3 changes: 2 additions & 1 deletion docs/release.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h3>zSMTH 水木社区客户端Android版.</h3>

<p><a href="http://android.myapp.com/myapp/detail.htm?apkName=com.zfdang.zsmth_android">在应用宝中安装</a></p>
<p>下载APK: <a href="http://zsmth-android.zfdang.com/zSMTH-release-v1.8.6.apk">zSMTH-release-v1.8.6.apk</a></p>
<p>下载APK: <a href="http://zsmth-android.zfdang.com/zSMTH-release-v1.8.7.apk">zSMTH-release-v1.8.7.apk</a></p>
<p>获取<A href="https://github.com/zfdang/zSMTH-Android/releases">Github Actions</A>编译的最新结果</p>

<img src="images/barcode.jpg" alt="barcode" width="200">
Expand All @@ -25,6 +25,7 @@ <h3>zSMTH 水木社区客户端Android版.</h3>
<h3>更新历史:</h3>

<ui>
<li>2020-08-10: 解决水木登录图片验证的问题 </li>
<li>2020-07-11: 解决刷新问题:未登录时,有些帖子会禁止访问;但是即使登录了,这些帖子刷新后依然无法加载。 </li>
<li>2020-07-01: 改用https连接水木;修复Android 8.0+通知无法正常工作的问题</li>
<li>2020-06-10: 修复图片显示问题;</li>
Expand Down
Binary file added docs/zSMTH-release-v1.8.7.apk
Binary file not shown.

0 comments on commit 1ceb293

Please sign in to comment.