Skip to content

Commit

Permalink
Bump androidx.fragment:fragment from 1.7.1 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps androidx.fragment:fragment from 1.7.1 to 1.8.0.

---
updated-dependencies:
- dependency-name: androidx.fragment:fragment
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and svillar committed Jun 19, 2024
1 parent d462d15 commit 55f1b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ dependencies {
// chromium
if (isChromiumAvailable()) {
chromiumImplementation fileTree(dir: gradle."localProperties.chromium_aar", include: ['*.aar'])
chromiumImplementation 'androidx.fragment:fragment:1.7.1'
chromiumImplementation 'androidx.fragment:fragment:1.8.0'
}

// webkit
Expand Down

0 comments on commit 55f1b43

Please sign in to comment.