1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-29 23:30:41 +08:00
新增
1. 默认启动时显示页面选项 (fix #57)
修复
1. 加入书架后立即取消则失败
This commit is contained in:
源文雨
2024-03-13 17:14:52 +09:00
parent 3dff5312ba
commit 4465759164
6 changed files with 90 additions and 26 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 34
versionCode 51
versionName '2.2.3'
versionCode 52
versionName '2.2.4'
resourceConfigurations += ['zh', 'zh-rCN']
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"