mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-17 21:38:29 +00:00
Bumped navigation dependency version
This commit is contained in:
parent
86e09b5dce
commit
9e08a5a506
2 changed files with 1 additions and 2 deletions
|
|
@ -136,7 +136,6 @@ class TelecomCallControlCallback(
|
|||
route.add(AudioDevice.Type.Headphones)
|
||||
route.add(AudioDevice.Type.Headset)
|
||||
}
|
||||
else -> null
|
||||
}
|
||||
if (route.isNotEmpty()) {
|
||||
currentEndpoint = endpoint.type
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue