Would you mind bumping the dependencies <@U0234N0Q...
# compose-destinations
d
Would you mind bumping the dependencies @Rafael Costa? 👼 I'm using the 2.1.0-beta09 that uses Navigation
2.8.0-beta02
under the hood, however there are 2 new beta's out there and they have a couple of important fixes. One that resolves an issue were navigation gets messed up when user presses back while animating to a new screen & another fixing z-axis for predictive back. For now I've solved this by using forced
resolutionStrategy
:
Copy code
configurations.all {
    resolutionStrategy {
        force("androidx.navigation:navigation-compose:2.8.0-beta04")
    }
}
r
Hey, yes definitely. I’ve been so focused on the KMP experiments 😅
❤️ 1
🙌 1
Probably today or tomorrow I’ll make a new release 👍
❤️ 1
d
Thanks 🤗
I saw they have been prepping beta05 of navigation, they usually have release cycles every other week on Thursdays (maybe Wednesday in US?) so there might be a release in 1-2 days.
r
True, maybe I’ll wait to do it on the weekend!
👍 1
r
I'm delayed on this because I'm taking the time to also check some issues and potentially fix something (if there is anything to fix). But I am on it this week, expect a new version soon ™️ 😅
🙌 1
❤️ 1
d
Thanks for putting in the effort 🙏
👍 1
r
ofc, this is something I want to do regardless! 💪
K 1
2 am here, but you now have a new version 😅 It has some more changes (including a small breaking one), so if you're interested, pelase check release notes on Github. Let me know if it works as expected for you!
❤️ 1
d
Thanks! Gonna bump this first thing on Monday morning 🤩