1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-07-01 00:00:25 +08:00
1. 增加长按检查zip错误功能
2. 增加阅读zip跳转到下一话功能
3. 文件按话数升序排列
This commit is contained in:
fumiama
2020-12-20 13:47:17 +08:00
parent 4d54a7bcaf
commit 91b997973f
9 changed files with 216 additions and 49 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId "top.fumiama.copymanga"
minSdkVersion 23
targetSdkVersion 30
versionCode 7
versionName '1.2.1'
versionCode 8
versionName '1.3'
resConfigs "zh", "zh-rCN"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"