Skip to content

Commit

Permalink
Merge pull request #478 from KovalevAndrey/1.x-update-compose-bom-may
Browse files Browse the repository at this point in the history
Update compose Bom
  • Loading branch information
KovalevAndrey authored Jun 22, 2023
2 parents f18f04b + 0a5c592 commit ccae2a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Pending changes

- [#425](https://github.com/bumble-tech/appyx/pull/425)**Fixed**: Up navigation should be properly propagated from Appyx to RIBs
- [#384](https://github.com/bumble-tech/appyx/issues/384)**Updated**: Compose BOM version and activity-compose version

---

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accompanist = "0.28.0"
androidx-lifecycle = "2.6.1"
androidx-navigation-compose = "2.5.1"
coil = "2.2.1"
composeBom = "2023.01.00"
composeBom = "2023.05.01"
composeCompiler = "1.4.4"
ribs = "0.39.0"
mvicore = "1.2.6"
Expand All @@ -19,7 +19,7 @@ detekt = "1.22.0"
dependencyAnalysis = "1.13.1"

[libraries]
androidx-activity-compose = "androidx.activity:activity-compose:1.3.1"
androidx-activity-compose = "androidx.activity:activity-compose:1.7.2"
androidx-appcompat = "androidx.appcompat:appcompat:1.3.1"
androidx-arch-core-testing = "androidx.arch.core:core-testing:2.1.0"
androidx-core = "androidx.core:core-ktx:1.9.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ internal class InteropBackPressHandler :
override val lifecycle: Lifecycle
get() = nodeLifecycle

override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher =
dispatcher
override val onBackPressedDispatcher: OnBackPressedDispatcher
get() = dispatcher

}

0 comments on commit ccae2a3

Please sign in to comment.