File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ dependencies {
131131 def room_version = " 2.7.1"
132132
133133 testImplementation ' junit:junit:4.13.2'
134- androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
135- androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1 '
134+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
135+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0 '
136136 annotationProcessor " androidx.room:room-compiler:$room_version "
137137 androidTestImplementation " androidx.work:work-testing:$work_version "
138138
@@ -152,8 +152,8 @@ dependencies {
152152 implementation ' androidx.fragment:fragment:1.8.8'
153153 implementation ' com.google.android.material:material:1.12.0'
154154 implementation ' androidx.constraintlayout:constraintlayout:2.2.1'
155- implementation ' androidx.navigation:navigation-fragment:2.9.2 '
156- implementation ' androidx.navigation:navigation-ui:2.9.2 '
155+ implementation ' androidx.navigation:navigation-fragment:2.9.3 '
156+ implementation ' androidx.navigation:navigation-ui:2.9.3 '
157157 implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
158158 implementation ' androidx.preference:preference-ktx:1.2.1'
159159 implementation ' androidx.recyclerview:recyclerview:1.4.0'
You can’t perform that action at this time.
0 commit comments