Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/BiLi_PC_Gamer' into BiLi_PC_Gamer
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojieonly committed Nov 18, 2024
2 parents 5a52f23 + 4189ede commit 09b612d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 17

- name: Build
run: |
Expand All @@ -30,4 +30,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Build
path: ./app/build/outputs/apk/
path: ./app/build/outputs/apk/
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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动图会闪退
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09b612d

Please sign in to comment.