1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-21 18:00:24 +08:00

v2.0.beta19

fix #25
修复
1. 阅览漫画导航栏异常
2. 下载页滚动异常
3. 竖向阅读加载时间过长
4. 获取图书信息有时失败(fix #26)
This commit is contained in:
源文雨
2023-09-05 14:40:35 +08:00
parent 49b3f7a1c7
commit 0e5547d586
14 changed files with 69 additions and 31 deletions

View File

@@ -3,19 +3,22 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 33
defaultConfig {
compileSdk 33
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 33
versionCode 30
versionName '2.0.beta18'
versionCode 31
versionName '2.0.beta19'
resConfigs 'zh', 'zh-rCN'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
aaptOptions {
cruncherEnabled = false
}
buildTypes {
release {
minifyEnabled true