diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 028fb8559..aeb5f07cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: 11 + java-version: 17 - name: Build run: | @@ -30,4 +30,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: Build - path: ./app/build/outputs/apk/ \ No newline at end of file + path: ./app/build/outputs/apk/ diff --git a/README.md b/README.md index 3fb14248e..7abb0185b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,25 @@ # [感谢名单](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/thankyou.md) # [常见问题汇总](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/EhviewerIssue.md) +# 2024/11/15 : + ### 新版发布1.9.9.4 + ### 设置模块从android.preference迁移至androidx.preference + ### 修复低版本Android图像被裁剪的问题 + ### 修复压缩包解码时的闪退问题 + ### catch一个内存溢出问题 + ### 在解码大图时添加缩放限制,以减少内存溢出的可能 + ### 修复下载图片时保存的图片格式与实际格式不相符的问题 + + 点击前往下载:[EhViewer (20.8 MB)](https://appteka.store/app/2f4r195618) + 点击前往下载:[Microsoft App Center](install.appcenter.ms/users/xiaojieonly/apps/com.xjs.ehviewer/distribution_groups/let's%20roll) + 点击前往下载:[百度云](https://pan.baidu.com/s/1uzsCAKHYAmk52ePLOOXv_Q) 密码:pyn2 + 点击前往下载(电脑端可正常下载):[蓝奏云](https://wwsu.lanzouj.com/ijvzJ2f4vn3e) 密码:6jup + 点击前往下载:[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:dc287a52ec4d5d6e55081a31da981bdd7746dfa6&xt=urn:btmh:1220f3b838f0781787524a63a4900c6e67123ad41092442d7e1e6f4805c8c3454cb6&dn=EhViewer-1.9.9.4.apk + Telegram群:https://t.me/+WyclP8pPlk-JfbwS + Telegram通知群:https://t.me/Ehviewer_xiaojieonly_channel + # 2024/11/06 : 紧急修复(尝试支持Android 9以下手机) ### 新版发布1.9.9.3 ### 为低版本提供webp支持,但是解码webp动图会闪退 diff --git a/app/build.gradle b/app/build.gradle index 3189c2ff5..46bf2357b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ android { //noinspection ExpiredTargetSdkVersion targetSdkVersion 29 versionCode 111 - versionName "1.9.9.3" + versionName "1.9.9.4" vectorDrawables.useSupportLibrary = true resConfigs 'zh', 'zh-rCN', 'zh-rHK', 'zh-rTW', 'es', 'ja', 'ko', 'fr', 'de', 'th' testOptions.unitTests.includeAndroidResources = true