Merge pull request #8311 from vector-im/dependabot/gradle/fragment-1.6.0-alpha09

Bump fragment from 1.6.0-alpha08 to 1.6.0-alpha09
This commit is contained in:
Jorge Martin Espinosa 2023-04-10 09:09:00 +02:00 committed by GitHub
commit 64508cd2d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ def jjwt = "0.11.5"
def vanniktechEmoji = "0.16.0"
def sentry = "6.17.0"
// Use 1.6.0 alpha to fix issue with test
def fragment = "1.6.0-alpha08"
def fragment = "1.6.0-alpha09"
// Testing
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.5.1"