1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-19 08:30:25 +08:00
修复
1. 最大只能阅读50页
优化
1. 卡顿
This commit is contained in:
源文雨
2025-06-21 00:49:24 +09:00
parent eeb3735103
commit dbb0b9d2b3
25 changed files with 488 additions and 319 deletions

View File

@@ -12,8 +12,8 @@ android {
minSdkVersion 23
//noinspection OldTargetApi
targetSdkVersion 34
versionCode 13
versionName '1.5.0'
versionCode 14
versionName '1.5.1'
resConfigs "zh", "zh-rCN"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -96,7 +96,7 @@ if (propFile.canRead()){
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.viewpager2:viewpager2:1.1.0'