Skip to content

Commit

Permalink
Merge pull request #416 from firemaples/renovate/androidx.work-work-r…
Browse files Browse the repository at this point in the history
…untime-ktx-2.x

Update dependency androidx.work:work-runtime-ktx to v2.9.0
  • Loading branch information
firemaples authored Jul 21, 2024
2 parents 7468b44 + 45dbf26 commit e5ca788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ dependencies {
androidTestImplementation "androidx.navigation:navigation-testing:$nav_version"

// required to avoid crash on Android 12 API 31
implementation 'androidx.work:work-runtime-ktx:2.8.1'
implementation 'androidx.work:work-runtime-ktx:2.9.0'

// Compose
def composeBom = platform('androidx.compose:compose-bom:2024.02.02')
Expand Down

0 comments on commit e5ca788

Please sign in to comment.