1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

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

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"