Skip to content

Commit

Permalink
Revert "Merge branch 'bump-android-test-dependencies'"
Browse files Browse the repository at this point in the history
This reverts commit 9098624, reversing
changes made to 312f5d2.
  • Loading branch information
Rawa committed Jul 10, 2024
1 parent 1529a38 commit 1f04ebf
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 139 deletions.
14 changes: 7 additions & 7 deletions android/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ object Versions {
const val appcompat = "1.7.0"
const val coreKtx = "1.12.0"
const val coreSplashscreen = "1.1.0-rc01"
const val espresso = "3.6.1"
const val espresso = "3.5.1"
const val lifecycle = "2.8.2"
const val fragmentTesting = "1.8.1"
const val test = "1.6.1"
const val testMonitor = "1.7.1"
const val testOrchestrator = "1.5.0"
const val testRunner = "1.6.1"
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"
}

object Arrow {
Expand Down
Loading

0 comments on commit 1f04ebf

Please sign in to comment.