Skip to content

Commit

Permalink
Bump androidx.activity:activity-compose from 1.4.0 to 1.8.2
Browse files Browse the repository at this point in the history
Bumps androidx.activity:activity-compose from 1.4.0 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 17, 2024
1 parent 0765622 commit c056a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
kapt("androidx.room:room-compiler:$roomVersion")

@Suppress("GradleDependency") // WIP
implementation("androidx.activity:activity-compose:1.4.0")
implementation("androidx.activity:activity-compose:1.8.2")

implementation("com.google.accompanist:accompanist-flowlayout:0.24.7-alpha")

Expand Down

0 comments on commit c056a84

Please sign in to comment.