We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966a56c commit 6bb8530Copy full SHA for 6bb8530
android/buildSrc/src/main/kotlin/Versions.kt
@@ -26,14 +26,14 @@ object Versions {
26
const val appcompat = "1.7.0"
27
const val coreKtx = "1.12.0"
28
const val coreSplashscreen = "1.1.0-rc01"
29
- const val espresso = "3.6.1"
+ const val espresso = "3.5.1"
30
const val lifecycle = "2.8.2"
31
- const val fragmentTesting = "1.8.1"
32
- const val test = "1.6.1"
33
- const val testMonitor = "1.7.1"
34
- const val testOrchestrator = "1.5.0"
35
- const val testRunner = "1.6.1"
36
- const val uiautomator = "2.4.0-alpha01"
+ const val fragmentTesting = "1.6.2"
+ const val test = "1.5.0"
+ const val testMonitor = "1.6.1"
+ const val testOrchestrator = "1.4.2"
+ const val testRunner = "1.5.2"
+ const val uiautomator = "2.3.0"
37
}
38
39
object Arrow {
0 commit comments