Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Jul 9, 2024
2 parents c3bbbd3 + 403db55 commit 5b3cfd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/androidx.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp_version = "8.2.2"
lifecycle_version = "2.8.2"
lifecycle_version = "2.8.3"

[libraries]

Expand Down
4 changes: 2 additions & 2 deletions gradle/compose.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ accompanist_version = "0.34.0"
compose_version = "1.6.8"
compose_material3_version = "1.2.1"
compose_compiler_version = "1.5.11"
markdown_version = "0.22.0"
markdown_version = "0.23.0"

[libraries]

Expand All @@ -17,7 +17,7 @@ material3-windowsize = { module = "androidx.compose.material3:material3-window-s
activity = "androidx.activity:activity-compose:1.9.0"
animations = { module = "androidx.compose.animation:animation-graphics", version.ref = "compose_version" }

lifecycle = "androidx.lifecycle:lifecycle-runtime-compose:2.8.2"
lifecycle = "androidx.lifecycle:lifecycle-runtime-compose:2.8.3"
ui = { module = "androidx.compose.ui:ui", version.ref = "compose_version" }
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose_version" }
foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose_version" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
aboutlibVersion = "11.2.1"
aboutlibVersion = "11.2.2"
cascadeComposeVersion = "2.3.0"
cascadeVersion = "2.3.0"
chuckerVersion = "3.5.2"
Expand Down

0 comments on commit 5b3cfd4

Please sign in to comment.