Skip to content

Commit 6bb8530

Browse files
committed
Revert "Merge branch 'bump-android-test-dependencies'"
This reverts commit 9098624, reversing changes made to 312f5d2.
1 parent 966a56c commit 6bb8530

File tree

2 files changed

+90
-139
lines changed

2 files changed

+90
-139
lines changed

android/buildSrc/src/main/kotlin/Versions.kt

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ object Versions {
2626
const val appcompat = "1.7.0"
2727
const val coreKtx = "1.12.0"
2828
const val coreSplashscreen = "1.1.0-rc01"
29-
const val espresso = "3.6.1"
29+
const val espresso = "3.5.1"
3030
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"
31+
const val fragmentTesting = "1.6.2"
32+
const val test = "1.5.0"
33+
const val testMonitor = "1.6.1"
34+
const val testOrchestrator = "1.4.2"
35+
const val testRunner = "1.5.2"
36+
const val uiautomator = "2.3.0"
3737
}
3838

3939
object Arrow {

0 commit comments

Comments
 (0)