1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-23 02:50:23 +08:00
优化
1. 主页加载速度
2. 默认UA判定
3. TCP Client
This commit is contained in:
源文雨
2025-06-16 23:57:33 +09:00
parent e53db6762f
commit 036fdac4a9
24 changed files with 260 additions and 392 deletions

View File

@@ -12,8 +12,8 @@ android {
minSdkVersion 23
//noinspection OldTargetApi
targetSdkVersion 34
versionCode 80
versionName '2.5.7'
versionCode 81
versionName '2.5.8'
resourceConfigurations += ['zh', 'zh-rCN']
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -124,4 +124,5 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
implementation 'com.airbnb.android:lottie:6.6.6'
implementation 'net.java.dev.jna:jna:5.17.0@aar'
implementation 'top.fumiama:sdict:0.1.0'
}