mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-23 19:10:23 +08:00
v1.5.3
优化 1. 主界面加载速度
This commit is contained in:
@@ -10,8 +10,8 @@ android {
|
||||
applicationId "top.fumiama.copymangaweb"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 36
|
||||
versionCode 15
|
||||
versionName '1.5.2'
|
||||
versionCode 16
|
||||
versionName '1.5.3'
|
||||
resConfigs "zh", "zh-rCN"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
@@ -97,7 +97,7 @@ if (propFile.canRead()){
|
||||
dependencies {
|
||||
implementation fileTree(dir: "libs", include: ["*.jar"])
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
|
||||
implementation 'androidx.core:core-ktx:1.16.0'
|
||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
|
||||
|
||||
Reference in New Issue
Block a user