Merge pull request #8344 from vector-im/dependabot/gradle/fragment-1.6.0-beta01

Bump fragment from 1.6.0-alpha09 to 1.6.0-beta01
This commit is contained in:
Benoit Marty 2023-05-03 14:19:13 +02:00 committed by GitHub
commit 9e57364022
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.18.1"
// Use 1.6.0 alpha to fix issue with test
def fragment = "1.6.0-alpha09"
def fragment = "1.6.0-beta01"
// 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"