diff --git a/README.md b/README.md index 7da90fb7a..15611ebe3 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ ### 修复从剪切版导入cookie时格式不对导致的奔溃问题 ### 修复获取Tag列表时导致的奔溃问题 ### 修复设置-Eh-显示标签翻译修改时奔溃的问题 - ### 修复历史记录无法现实的问题 + ### 修复历史记录无法显示的问题 点击前往下载:[Microsoft App Center](install.appcenter.ms/users/xiaojieonly/apps/com.xjs.ehviewer/distribution_groups/let's%20roll) - 点击前往下载:[百度云](https://pan.baidu.com/s/1hMZ-bdu8dGAb7BQe1KqmaA) 密码:qd37 - 点击前往下载(电脑端可正常下载):[蓝奏云](https://wwb.lanzouj.com/iSr1g1tza0ta) 密码:ak5p + 点击前往下载:[百度云](https://pan.baidu.com/s/1mP9f6FPsELJLy-UiJvNzLQ) 密码:ohj2 + 点击前往下载(电脑端可正常下载):[蓝奏云](https://wwb.lanzouj.com/iC4AM1tzaf4f) 密码:cco8 点击前往下载:[github](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/releases) 点击前往赏饭:[要饭嘛不寒掺](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/support.md) Torrent链接:magnet:?xt=urn:btih:d5afb7fd673e90a178c3ef06eab6f25f968c5b3e&dn=EhViewer-1.9.7.9.apk diff --git a/app/build.gradle b/app/build.gradle index 3aaf70c10..f8c37507a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ android { //noinspection ExpiredTargetSdkVersion targetSdkVersion 29 versionCode 111 - versionName "1.9.7.9" + versionName "1.9.7.10" vectorDrawables.useSupportLibrary = true resConfigs 'zh', 'zh-rCN', 'zh-rHK', 'zh-rTW', 'es', 'ja', 'ko', 'fr', 'de', 'th' testOptions.unitTests.includeAndroidResources = true