Skip to content

Commit 7f92662

Browse files
committed
v3.9.3
1 parent 6e9b252 commit 7f92662

23 files changed

+56
-45
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle.kts

Lines changed: 8 additions & 8 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 = 250413
18-
versionName = "3.9.2"
17+
versionCode = 250419
18+
versionName = "3.9.3"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}
@@ -84,7 +84,7 @@ android {
8484

8585
dependencies {
8686
//android相关
87-
implementation("androidx.core:core-ktx:1.15.0")
87+
implementation("androidx.core:core-ktx:1.16.0")
8888
implementation("androidx.appcompat:appcompat:1.7.0")
8989
implementation("com.google.android.material:material:1.13.0-alpha12")
9090
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
@@ -94,9 +94,9 @@ dependencies {
9494
implementation("androidx.navigation:navigation-ui-ktx:2.8.9")
9595

9696
//数据库
97-
implementation("androidx.room:room-ktx:2.6.1")
98-
implementation("androidx.room:room-runtime:2.6.1")
99-
ksp("androidx.room:room-compiler:2.6.1")
97+
implementation("androidx.room:room-ktx:2.7.0")
98+
implementation("androidx.room:room-runtime:2.7.0")
99+
ksp("androidx.room:room-compiler:2.7.0")
100100

101101
//图片查看
102102
implementation("com.github.chrisbanes:PhotoView:2.3.0")
@@ -148,8 +148,8 @@ dependencies {
148148
implementation("com.geyifeng.immersionbar:immersionbar:3.2.2")
149149

150150
//hilt依赖注入
151-
implementation("com.google.dagger:hilt-android:2.55")
152-
ksp("com.google.dagger:hilt-android-compiler:2.55")
151+
implementation("com.google.dagger:hilt-android:2.56")
152+
ksp("com.google.dagger:hilt-android-compiler:2.56")
153153

154154
//json解析
155155
implementation("com.google.code.gson:gson:2.11.0")
105 KB
Binary file not shown.
105 KB
Binary file not shown.
105 KB
Binary file not shown.

app/release/app-x86-release.apk

105 KB
Binary file not shown.

app/release/app-x86_64-release.apk

105 KB
Binary file not shown.
-10 Bytes
Binary file not shown.
-10 Bytes
Binary file not shown.
-10 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)