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
….7.2 (#188)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 30, 2023
1 parent bd733f5 commit 53006f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ apollo-runtime = { module = "com.apollographql.apollo3:apollo-runtime", version.
apollo-cache-memory = { module = "com.apollographql.apollo3:apollo-normalized-cache", version.ref = "apollo" }
apollo-cache-sqlite = { module = "com.apollographql.apollo3:apollo-normalized-cache-sqlite", version.ref = "apollo" }

compose-activity = "androidx.activity:activity-compose:1.7.0"
compose-activity = "androidx.activity:activity-compose:1.7.2"
compose-compiler = "androidx.compose.compiler:compiler:1.5.1"
compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "compose" }
Expand Down

0 comments on commit 53006f0

Please sign in to comment.