1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-28 06:40:29 +08:00
新增
1. API代理(需密钥)
修复
1. 图床代理实际无效
2. 流量阅读时闪退
优化
1. 网络错误时自动停止加载
This commit is contained in:
源文雨
2024-03-12 00:23:49 +09:00
parent 35337f2a3f
commit f13c2d32e6
20 changed files with 102 additions and 90 deletions

View File

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