@@ -69,7 +69,7 @@ dependencies {
69
69
implementation " androidx.appcompat:appcompat:1.7.0"
70
70
implementation " androidx.constraintlayout:constraintlayout:2.1.4"
71
71
implementation " androidx.core:core-ktx:1.13.1"
72
- implementation " androidx.fragment:fragment-ktx:1.8.0 "
72
+ implementation " androidx.fragment:fragment-ktx:1.8.1 "
73
73
implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.8.2"
74
74
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2"
75
75
implementation " androidx.navigation:navigation-fragment-ktx:2.7.7"
@@ -98,14 +98,14 @@ dependencies {
98
98
99
99
// Testing dependencies
100
100
androidTestImplementation " androidx.arch.core:core-testing:2.2.0"
101
- androidTestImplementation " androidx.test.espresso:espresso-contrib:3.6.0 "
102
- androidTestImplementation " androidx.test.espresso:espresso-core:3.6.0 "
103
- androidTestImplementation " androidx.test.espresso:espresso-intents:3.6.0 "
104
- androidTestImplementation " androidx.test.ext:junit:1.2.0 "
101
+ androidTestImplementation " androidx.test.espresso:espresso-contrib:3.6.1 "
102
+ androidTestImplementation " androidx.test.espresso:espresso-core:3.6.1 "
103
+ androidTestImplementation " androidx.test.espresso:espresso-intents:3.6.1 "
104
+ androidTestImplementation " androidx.test.ext:junit:1.2.1 "
105
105
androidTestImplementation " androidx.test.uiautomator:uiautomator:2.3.0"
106
106
androidTestImplementation " androidx.work:work-testing:2.9.0"
107
107
androidTestImplementation " com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:4.1.1"
108
- androidTestImplementation " com.google.truth:truth:1.4.2 "
108
+ androidTestImplementation " com.google.truth:truth:1.4.3 "
109
109
androidTestImplementation " androidx.compose.ui:ui-test-junit4"
110
110
testImplementation " junit:junit:4.13.2"
111
111
}
0 commit comments