1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-23 19:10:23 +08:00
新增
1. 支持无网络时从下载访问漫画详情页
修复
1. 保存封面超时时间过短
2. 竖向翻页回到上一段闪退
3. 无动画阅览时加载下一页闪屏
4. 排行页快速点击tab时显示错乱
优化
1. 我的下载页的无用代码
This commit is contained in:
源文雨
2024-03-11 02:55:36 +09:00
parent 335d860b0d
commit d60c8d96a4
18 changed files with 470 additions and 451 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 34
versionCode 47
versionName '2.2.0'
versionCode 48
versionName '2.2.1'
resourceConfigurations += ['zh', 'zh-rCN']
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"