Skip to content

Commit

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

---
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 Sep 9, 2024
1 parent f68f30a commit 00d50a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core-android-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation 'androidx.annotation:annotation:1.7.1'
implementation 'androidx.core:core:1.13.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.7.0'
implementation 'androidx.fragment:fragment:1.6.2'
implementation 'androidx.fragment:fragment:1.8.3'

implementation okHttp
implementation 'com.squareup.okio:okio:3.9.0'
Expand Down
2 changes: 1 addition & 1 deletion feature/identity-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ android {
}

dependencies {
implementation 'androidx.fragment:fragment:1.6.2'
implementation 'androidx.fragment:fragment:1.8.3'
}

0 comments on commit 00d50a6

Please sign in to comment.