Merge pull request #7552 from vector-im/dependabot/gradle/androidx.test-orchestrator-1.4.2

Bump orchestrator from 1.4.1 to 1.4.2
This commit is contained in:
Benoit Marty 2022-11-10 16:25:12 +01:00 committed by GitHub
commit 35515a0957
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ def fragment = "1.5.4"
def mockk = "1.12.3" // 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 espresso = "3.4.0"
def androidxTest = "1.4.0"
def androidxOrchestrator = "1.4.1"
def androidxOrchestrator = "1.4.2"
def paparazzi = "1.1.0"
ext.libs = [