1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-16 06:20:27 +08:00

v2.0.beta16

修复
1. 返回主页闪退
2. 下载为空
优化
1. 增加全局底部 padding
2. 优化工具栏显示
3. 删除了冗余代码
4. 主页响应更流畅
This commit is contained in:
源文雨
2022-12-17 23:46:20 +08:00
parent 4269d9ab6b
commit 15df64da5f

View File

@@ -9,8 +9,8 @@ android {
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 33
versionCode 27
versionName '2.0.beta15'
versionCode 28
versionName '2.0.beta16'
resConfigs 'zh', 'zh-rCN'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"