David
07/09/2024, 1:26 PM2.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
:
configurations.all {
resolutionStrategy {
force("androidx.navigation:navigation-compose:2.8.0-beta04")
}
}
Rafael Costa
07/09/2024, 1:39 PMRafael Costa
07/09/2024, 1:39 PMDavid
07/09/2024, 1:39 PMDavid
07/09/2024, 1:41 PMRafael Costa
07/09/2024, 2:26 PMDavid
07/11/2024, 7:45 AMRafael Costa
07/15/2024, 2:58 PMDavid
07/15/2024, 2:59 PMRafael Costa
07/15/2024, 2:59 PMRafael Costa
07/21/2024, 1:25 AMDavid
07/21/2024, 11:34 AM