1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-27 06:10:29 +08:00

2.0.beta11

修复
1. 返回漫画详情页时封面拉长
2. 有时一章只有五页
3. 我的下载显示不全
4. 搜索封面变形
5. 删除漫画闪退
新增
1. 多线程下载漫画
This commit is contained in:
源文雨
2022-03-13 21:35:13 +08:00
parent cb666cb104
commit 98d06b261d
19 changed files with 356 additions and 296 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 31
versionCode 22
versionName '2.0.beta10'
versionCode 23
versionName '2.0.beta11'
resConfigs "zh", "zh-rCN"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"