Skip to content

Commit

Permalink
Remove legacy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Renaud committed Oct 10, 2022
1 parent ce06063 commit 1e6e16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def sentry = "6.4.3"
def fragment = "1.5.3"

// Testing
def mockk = "1.13.2" // We need to use 1.12.3 to have mocking in androidTest until a new version is released: https://github.com/mockk/mockk/issues/819
def mockk = "1.13.2"
def espresso = "3.4.0"
def androidxTest = "1.4.0"
def androidxOrchestrator = "1.4.1"
Expand Down

0 comments on commit 1e6e16a

Please sign in to comment.