1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-11 19:10:25 +08:00
新增
1. CardFlow页面加载进度
修复
1. 进入漫画详情后,立即返回闪退
2. 分类切换标签闪退 (fix #56)
3. 我的下载某些漫画排序错误
4. 下载页缺失的图无法自动补齐
优化
1. 我的下载的加载速度
2. 进一步协程化(MPFT)
This commit is contained in:
源文雨
2024-03-12 18:26:00 +09:00
parent f13c2d32e6
commit 3dff5312ba
17 changed files with 325 additions and 261 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 34
versionCode 50
versionName '2.2.2'
versionCode 51
versionName '2.2.3'
resourceConfigurations += ['zh', 'zh-rCN']
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"