mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Bump fragment from 1.6.0-alpha08 to 1.6.0-alpha09
Bumps `fragment` from 1.6.0-alpha08 to 1.6.0-alpha09. Updates `androidx.fragment:fragment-ktx` from 1.6.0-alpha08 to 1.6.0-alpha09 Updates `androidx.fragment:fragment-testing` from 1.6.0-alpha08 to 1.6.0-alpha09 Updates `androidx.fragment:fragment-testing-manifest` from 1.6.0-alpha08 to 1.6.0-alpha09 --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.fragment:fragment-testing dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.fragment:fragment-testing-manifest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
867356f7cb
commit
ba83e1bbd6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue