Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
1 parent 71f5118 commit b7d8de6
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.4"

dependencies {
implementation(project(":stub-android"))
implementation("androidx.activity:activity-compose:1.8.1")
implementation("androidx.activity:activity-compose:1.8.2")
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 b7d8de6

Please sign in to comment.