Bumped navigation dependency version

This commit is contained in:
Sylvain Berfini 2024-10-03 10:25:57 +02:00
parent 86e09b5dce
commit 9e08a5a506
2 changed files with 1 additions and 2 deletions

View file

@ -136,7 +136,6 @@ class TelecomCallControlCallback(
route.add(AudioDevice.Type.Headphones)
route.add(AudioDevice.Type.Headset)
}
else -> null
}
if (route.isNotEmpty()) {
currentEndpoint = endpoint.type

View file

@ -19,7 +19,7 @@ slidingpanelayout = "1.2.0"
window = "1.3.0"
gridlayout = "1.0.0"
securityCryptoKtx = "1.1.0-alpha06"
navigation = "2.8.1"
navigation = "2.8.2"
emoji2 = "1.5.0"
car = "1.7.0-beta02"
flexbox = "3.0.0"