Skip to content

Commit

Permalink
build(fix): Follow up miuix 0.3.1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Dec 3, 2024
1 parent cf815bd commit a110f85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion composeApp/src/commonMain/kotlin/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ fun App() {
.windowInsetsPadding(WindowInsets.displayCutout.only(WindowInsetsSides.Horizontal))
.windowInsetsPadding(WindowInsets.navigationBars.only(WindowInsetsSides.Horizontal)),
contentPadding = it,
enableOverScroll = true,
topAppBarScrollBehavior = scrollBehavior
) {
item {
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]
androidGradlePlugin = "8.7.2"
androidGradlePlugin = "8.7.3"
androidx-activity-compose = "1.9.3"
compose-plugin = "1.7.1"
cryptography = "0.4.0"
Expand Down

0 comments on commit a110f85

Please sign in to comment.