Skip to content

Commit 90c61c8

Browse files
committed
fix(deps): bump navigation3-lifecycle to 2.11.0
The Dependabot PR only bumps the androidx-lifecycle version ref but lifecycle-viewmodel-navigation3 uses a separate version ref (navigation3-lifecycle). Without this change the ViewModelStoreNavEntryDecorator stays at 2.10.0 and misses the recomposition/premature-clearance fixes in 2.11.0.
1 parent 86dcfa9 commit 90c61c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ androidx-exif = "1.4.2"
2626
androidx-lifecycle = "2.11.0"
2727
androidx-navigation = "2.9.8"
2828
navigation3 = "1.1.2"
29-
navigation3-lifecycle = "2.10.0"
29+
navigation3-lifecycle = "2.11.0"
3030
androidx-browser = "1.10.0"
3131
androidx-paging = "3.5.0"
3232
androidx-room = "2.8.4"

0 commit comments

Comments
 (0)