Skip to content

Commit 6e9b252

Browse files
committed
v3.9.2
1 parent 79e5d46 commit 6e9b252

25 files changed

+126
-70
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "com.cyh128.hikari_novel"
1515
minSdk = 24
1616
targetSdk = 34 //暂时不要升到35,不然之前的edgeToEdge效果会消失
17-
versionCode = 250323
18-
versionName = "3.9.1"
17+
versionCode = 250413
18+
versionName = "3.9.2"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}
@@ -86,7 +86,7 @@ dependencies {
8686
//android相关
8787
implementation("androidx.core:core-ktx:1.15.0")
8888
implementation("androidx.appcompat:appcompat:1.7.0")
89-
implementation("com.google.android.material:material:1.13.0-alpha11")
89+
implementation("com.google.android.material:material:1.13.0-alpha12")
9090
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
9191
implementation("androidx.recyclerview:recyclerview:1.4.0")
9292
implementation("androidx.viewpager2:viewpager2:1.1.0")
@@ -115,7 +115,7 @@ dependencies {
115115
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1")
116116

117117
//html解析
118-
implementation("org.jsoup:jsoup:1.18.1")
118+
implementation("org.jsoup:jsoup:1.19.1")
119119

120120
//加强版recyclerview
121121
implementation("com.github.youlookwhat:ByRecyclerView:1.3.7")
11.3 KB
Binary file not shown.
11.3 KB
Binary file not shown.
11.3 KB
Binary file not shown.

app/release/app-x86-release.apk

11.3 KB
Binary file not shown.

app/release/app-x86_64-release.apk

11.3 KB
Binary file not shown.
-2 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)