1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-23 11:00:24 +08:00

2.0.beta9

1. api改为云函数反代
2. 记录漫画与章节的阅读进度
3. 详情页显示章节
4. 修复流量警告不再提醒无效
This commit is contained in:
fumiama
2022-01-19 21:24:46 +08:00
parent 5811a4da13
commit 683c4eda8c
14 changed files with 301 additions and 81 deletions

View File

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