1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-27 22:30:29 +08:00
修复
1. 从详情页进入标签再返回后阅读空漫画闪退
2. 无法阅读/下载服务器返回size与实际不一致的漫画(奈奈与薰的SM日记 第一话)
优化
1. 动态设置沉浸状态栏高度
This commit is contained in:
源文雨
2023-11-30 01:36:36 +09:00
parent 74f68f8907
commit 32ecebb1ad
8 changed files with 46 additions and 50 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 34
versionCode 40
versionName '2.0.4'
versionCode 41
versionName '2.0.5'
resConfigs 'zh', 'zh-rCN'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -60,8 +60,8 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.10.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.4'
implementation 'androidx.navigation:navigation-ui-ktx:2.7.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.5'
implementation 'androidx.navigation:navigation-ui-ktx:2.7.5'
testImplementation 'junit:junit:4.13.2'
implementation "androidx.preference:preference-ktx:1.2.1"
implementation 'com.afollestad.material-dialogs:input:3.3.0'