File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ repositories {
24
24
}
25
25
26
26
dependencies {
27
- implementation(" androidx.core:core-ktx:1.15 .0" )
27
+ implementation(" androidx.core:core-ktx:1.16 .0" )
28
28
implementation(" androidx.recyclerview:recyclerview:1.4.0" )
29
29
implementation(" com.github.TakWolf.Android-HeaderAndFooterRecyclerView:hfrecyclerview:0.0.18" )
30
30
// 可选。分页组件。
31
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 " )
32
- implementation(" androidx.lifecycle:lifecycle-common:2.8.7 " )
31
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 " )
32
+ implementation(" androidx.lifecycle:lifecycle-common:2.9.1 " )
33
33
implementation(" androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" )
34
34
implementation(" com.github.TakWolf.Android-HeaderAndFooterRecyclerView:paging:0.0.18" )
35
35
}
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ dependencies {
54
54
implementation(" androidx.viewpager2:viewpager2:1.1.0" )
55
55
implementation(" com.github.TakWolf.Android-InsetsWidget:insetswidget:0.0.1" )
56
56
implementation(" com.github.TakWolf:Android-AspectRatioLayout:0.0.1" )
57
- implementation(" io.coil-kt.coil3:coil:3.2 .0" )
58
- implementation(" io.coil-kt.coil3:coil-network-okhttp:3.2 .0" )
57
+ implementation(" io.coil-kt.coil3:coil:3.3 .0" )
58
+ implementation(" io.coil-kt.coil3:coil-network-okhttp:3.3 .0" )
59
59
implementation(project(" :hfrecyclerview" ))
60
60
implementation(project(" :paging" ))
61
61
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" com.android.application" ) version " 8.11.1 " apply false
3
- id(" com.android.library" ) version " 8.11.1 " apply false
2
+ id(" com.android.application" ) version " 8.12.0 " apply false
3
+ id(" com.android.library" ) version " 8.12.0 " apply false
4
4
id(" org.jetbrains.kotlin.android" ) version " 2.2.0" apply false
5
5
}
You can’t perform that action at this time.
0 commit comments