@@ -77,6 +77,7 @@ dependencies {
77
77
implementation " androidx.recyclerview:recyclerview:1.3.2"
78
78
implementation " androidx.room:room-runtime:2.6.1"
79
79
implementation " androidx.room:room-ktx:2.6.1"
80
+ implementation " androidx.tracing:tracing:1.2.0"
80
81
implementation " androidx.viewpager2:viewpager2:1.1.0"
81
82
implementation " androidx.work:work-runtime-ktx:2.9.0"
82
83
implementation " com.github.bumptech.glide:glide:4.16.0"
@@ -97,13 +98,14 @@ dependencies {
97
98
98
99
// Testing dependencies
99
100
androidTestImplementation " androidx.arch.core:core-testing:2.2.0"
100
- androidTestImplementation " androidx.test.espresso:espresso-contrib:3.5.1 "
101
- androidTestImplementation " androidx.test.espresso:espresso-core:3.5.1 "
102
- androidTestImplementation " androidx.test.espresso:espresso-intents:3.5.1 "
103
- androidTestImplementation " androidx.test.ext:junit:1.1.5 "
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 "
104
105
androidTestImplementation " androidx.test.uiautomator:uiautomator:2.3.0"
105
106
androidTestImplementation " androidx.work:work-testing:2.9.0"
107
+ androidTestImplementation " com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:4.1.1"
106
108
androidTestImplementation " com.google.truth:truth:1.4.2"
107
109
androidTestImplementation " androidx.compose.ui:ui-test-junit4"
108
110
testImplementation " junit:junit:4.13.2"
109
- }
111
+ }
0 commit comments