Skip to content

Commit

Permalink
Bump androidx.activity:activity-compose from 1.7.2 to 1.8.0 in /examples
Browse files Browse the repository at this point in the history
Bumps androidx.activity:activity-compose from 1.7.2 to 1.8.0.

---
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 and jamesward committed Oct 4, 2023
1 parent e3ec6a7 commit a154f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val composeCompilerVersion = "1.5.3"

dependencies {
implementation(project(":stub-android"))
implementation("androidx.activity:activity-compose:1.7.2")
implementation("androidx.activity:activity-compose:1.8.0")
implementation("androidx.compose.foundation:foundation-layout:$composeVersion")
implementation("androidx.compose.material:material:$composeVersion")
implementation("androidx.compose.runtime:runtime:$composeVersion")
Expand Down

0 comments on commit a154f72

Please sign in to comment.