Skip to content

Commit

Permalink
Update testing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Oct 30, 2020
1 parent b434945 commit 6445394
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ object Dependencies {

// Health
const val timber = "4.7.1"
const val leakCanary = "2.4"
const val leakCanary = "2.5"
const val redScreenOfDeath = "0.1.2"
const val junit = "5.6.2"
const val kotest = "4.2.2"
const val mockk = "1.10.0"
const val junit = "5.7.0"
const val kotest = "4.3.0"
const val mockk = "1.10.2"
const val androidXRunner = "1.3.0"
const val androidXEspresso = "3.3.0"

Expand Down

0 comments on commit 6445394

Please sign in to comment.