Skip to content

Commit

Permalink
Bump androidx.activity:activity-compose from 1.7.2 to 1.8.2 (#89)
Browse files Browse the repository at this point in the history
Bumps androidx.activity:activity-compose from 1.7.2 to 1.8.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 25, 2024
1 parent 44d2fa0 commit 2e48bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numberpicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
api "androidx.compose.ui:ui-tooling:$composeVersion"
api "androidx.compose.material:material:$composeVersion"
api 'androidx.constraintlayout:constraintlayout-compose:1.0.1'
api 'androidx.activity:activity-compose:1.7.2'
api 'androidx.activity:activity-compose:1.8.2'

// Test dependencies
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 2e48bf3

Please sign in to comment.