File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
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.16 .0" )
27
+ implementation(" androidx.core:core-ktx:1.17 .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
31
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2" )
32
- implementation(" androidx.lifecycle:lifecycle-common:2.9.1 " )
32
+ implementation(" androidx.lifecycle:lifecycle-common:2.9.2 " )
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 @@ -45,10 +45,10 @@ android {
45
45
46
46
dependencies {
47
47
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2" )
48
- implementation(" androidx.core:core-ktx:1.16 .0" )
48
+ implementation(" androidx.core:core-ktx:1.17 .0" )
49
49
implementation(" androidx.appcompat:appcompat:1.7.1" )
50
50
implementation(" androidx.activity:activity-ktx:1.10.1" )
51
- implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1 " )
51
+ implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2 " )
52
52
implementation(" androidx.recyclerview:recyclerview:1.4.0" )
53
53
implementation(" androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" )
54
54
implementation(" androidx.viewpager2:viewpager2:1.1.0" )
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" com.android.application" ) version " 8.12.0 " apply false
3
- id(" com.android.library" ) version " 8.12.0 " apply false
4
- id(" org.jetbrains.kotlin.android" ) version " 2.2.0 " apply false
2
+ id(" com.android.application" ) version " 8.12.1 " apply false
3
+ id(" com.android.library" ) version " 8.12.1 " apply false
4
+ id(" org.jetbrains.kotlin.android" ) version " 2.2.10 " apply false
5
5
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android {
31
31
}
32
32
33
33
dependencies {
34
- compileOnly(" androidx.core:core-ktx:1.16 .0" )
34
+ compileOnly(" androidx.core:core-ktx:1.17 .0" )
35
35
compileOnly(" androidx.recyclerview:recyclerview:1.4.0" )
36
36
}
37
37
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
32
32
33
33
dependencies {
34
34
compileOnly(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2" )
35
- compileOnly(" androidx.lifecycle:lifecycle-common:2.9.1 " )
35
+ compileOnly(" androidx.lifecycle:lifecycle-common:2.9.2 " )
36
36
compileOnly(" androidx.recyclerview:recyclerview:1.4.0" )
37
37
compileOnly(" androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" )
38
38
api(project(" :hfrecyclerview" ))
You can’t perform that action at this time.
0 commit comments