Skip to content

Commit ba83e1b

Browse files
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>
1 parent 867356f commit ba83e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def jjwt = "0.11.5"
2727
def vanniktechEmoji = "0.16.0"
2828
def sentry = "6.17.0"
2929
// Use 1.6.0 alpha to fix issue with test
30-
def fragment = "1.6.0-alpha08"
30+
def fragment = "1.6.0-alpha09"
3131
// Testing
3232
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
3333
def espresso = "3.5.1"

0 commit comments

Comments
 (0)