1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-07-02 00:30:25 +08:00
新增
1. hotmanga 部分支持,访问 https://api.2024manga.com/api/v3/system/network2?format=json&platform=3 获得相应 API (fix #108)
修复
1. 书架无法应用自定义 API
优化
1. 非一级页面禁用抽屉 (fix #99)
升级
1. androidx.constraintlayout -> 2.2.0
This commit is contained in:
源文雨
2025-01-10 01:30:14 +09:00
parent f91f7be6ba
commit 01da01c4fb
23 changed files with 122 additions and 68 deletions

View File

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