1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-07-01 00:00:25 +08:00
新增
1. 增强型数据访问选项
2. 漫画下载数量并发限制
修复
1. 同时下载过多漫画时失败 (fix #67)
2. 主页滑动横幅后刷新闪退 (fix #65)
3. v2.3.0 增强型数据访问下登录失败
优化
1. 网络不佳时自动打开增强型数据访问
2. 不再反复读取代理状态
This commit is contained in:
源文雨
2024-04-17 01:23:30 +09:00
parent 05a774d542
commit 82062941b8
7 changed files with 36 additions and 29 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 34
versionCode 58
versionName '2.3.0'
versionCode 59
versionName '2.3.1'
resourceConfigurations += ['zh', 'zh-rCN']
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"