Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and svillar committed Sep 9, 2024
1 parent 889bc99 commit f022010
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 @@ -773,7 +773,7 @@ dependencies {
// chromium
if (isChromiumAvailable()) {
chromiumImplementation fileTree(dir: gradle."localProperties.chromium_aar", include: ['*.aar'])
chromiumImplementation 'androidx.fragment:fragment:1.8.2'
chromiumImplementation 'androidx.fragment:fragment:1.8.3'
}

// webkit
Expand Down

0 comments on commit f022010

Please sign in to comment.