@@ -18,17 +18,17 @@ dependencyResolutionManagement {
18
18
}
19
19
versionCatalogs {
20
20
libs {
21
- library(' core' , ' androidx.test:core:1.6.0-rc01 ' )
22
- library(' runner' , ' androidx.test:runner:1.6.0-rc01 ' )
23
- library(' ext.junit' , ' androidx.test.ext:junit:1.2.0-rc01 ' )
24
- library(' ext.truth' , ' androidx.test.ext:truth:1.6.0-rc01 ' )
25
- library(' espresso.accessibility' , ' androidx.test.espresso:espresso-accessibility:3.6.0-rc01 ' )
26
- library(' espresso.contrib' , ' androidx.test.espresso:espresso-contrib:3.6.0-rc01 ' )
27
- library(' espresso.core' , ' androidx.test.espresso:espresso-core:3.6.0-rc01 ' )
28
- library(' espresso.idlingresource' , ' androidx.test.espresso:espresso-idling-resource:3.6.0-rc01 ' )
29
- library(' espresso.intents' , ' androidx.test.espresso:espresso-intents:3.6.0-rc01 ' )
30
- library(' espresso.web' , ' androidx.test.espresso:espresso-web:3.6.0-rc01 ' )
31
- library(' orchestrator' , ' androidx.test:orchestrator:1.5.0-rc01 ' )
21
+ library(' core' , ' androidx.test:core:1.6.0' )
22
+ library(' runner' , ' androidx.test:runner:1.6.0' )
23
+ library(' ext.junit' , ' androidx.test.ext:junit:1.2.0' )
24
+ library(' ext.truth' , ' androidx.test.ext:truth:1.6.0' )
25
+ library(' espresso.accessibility' , ' androidx.test.espresso:espresso-accessibility:3.6.0' )
26
+ library(' espresso.contrib' , ' androidx.test.espresso:espresso-contrib:3.6.0' )
27
+ library(' espresso.core' , ' androidx.test.espresso:espresso-core:3.6.0' )
28
+ library(' espresso.idlingresource' , ' androidx.test.espresso:espresso-idling-resource:3.6.0' )
29
+ library(' espresso.intents' , ' androidx.test.espresso:espresso-intents:3.6.0' )
30
+ library(' espresso.web' , ' androidx.test.espresso:espresso-web:3.6.0' )
31
+ library(' orchestrator' , ' androidx.test:orchestrator:1.5.0' )
32
32
33
33
}
34
34
}
0 commit comments