1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-25 05:00:24 +08:00
注意
> 由于大版本更新, 闪退问题可能增加. 由于修复 bug, 更新可能比较频繁, 如无 API 代理需求可以暂缓更新.
新增
1. 更安全的 API 代理, 旧版代理将无法使用
2. 关于显示插件版本
修复
1. 无法搜索汉字漫画
优化
1. 代码组织架构
This commit is contained in:
源文雨
2025-03-27 18:46:10 +09:00
parent 0b5148d908
commit d169c51153
20 changed files with 70 additions and 42 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 34
versionCode 67
versionName '2.4.0'
versionCode 68
versionName '2.4.1'
resourceConfigurations += ['zh', 'zh-rCN']
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"