Skip to content

Commit

Permalink
fix(deps): update dependency androidx.activity:activity-compose to v1…
Browse files Browse the repository at this point in the history
….8.2
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent ca85b89 commit 5302cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mifospay/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies {
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("androidx.compose.material3:material3")

implementation("androidx.activity:activity-compose:1.8.0")
implementation("androidx.activity:activity-compose:1.8.2")
runtimeOnly("androidx.compose.runtime:runtime:$compose_version")
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"

Expand Down

0 comments on commit 5302cac

Please sign in to comment.