File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ android {
5757}
5858
5959dependencies {
60- implementation(" androidx.appcompat:appcompat:1.7.0 " )
60+ implementation(" androidx.appcompat:appcompat:1.7.1 " )
6161 implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
6262 implementation(" androidx.core:core-ktx:1.16.0" )
63- implementation(" androidx.fragment:fragment-ktx:1.8.7 " )
63+ implementation(" androidx.fragment:fragment-ktx:1.8.8 " )
6464 implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
6565 implementation(" androidx.lifecycle:lifecycle-livedata-core-ktx:${rootProject.extra[" arch_lifecycle_version" ]} " )
6666 implementation(" androidx.lifecycle:lifecycle-livedata-ktx:${rootProject.extra[" arch_lifecycle_version" ]} " )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
2020 extra.apply {
2121 set(" nav_version" , " 2.9.0" )
2222 set(" room_version" , " 2.7.1" )
23- set(" arch_lifecycle_version" , " 2.9.0 " )
23+ set(" arch_lifecycle_version" , " 2.9.1 " )
2424 }
2525}
2626plugins {
You can’t perform that action at this time.
0 commit comments