Merge branch 'fix/bump_telecom' into 'release/6.2'

Bumped TelecomManager APIs to 1.1.0-alpha03

See merge request BC/public/linphone-android!2420
This commit is contained in:
Sylvain Berfini 2026-03-10 20:44:27 +00:00
commit a03f60b31c
2 changed files with 4 additions and 3 deletions

View file

@ -125,7 +125,8 @@ class TelecomManager
uri,
direction,
type,
capabilities
capabilities,
isLogExcluded = true
)
Log.i("$TAG Adding call to Telecom's CallsManager with attributes [$callAttributes]")

View file

@ -3,7 +3,7 @@ agp = "9.1.0"
kotlin = "2.3.10"
gmsGoogleServices = "4.4.4"
firebaseCrashlytics = "3.0.6"
firebaseBomVersion = "34.8.0"
firebaseBomVersion = "34.9.0"
#noinspection NewerVersionAvailable
ktlint = "12.3.0"
@ -12,7 +12,7 @@ appcompat = "1.7.1"
constraintLayout = "2.2.1"
coreKtx = "1.17.0"
splashscreen = "1.2.0"
telecom = "1.0.1"
telecom = "1.1.0-alpha03"
media = "1.7.1"
recyclerview = "1.4.0"
swipeRefreshLayout = "1.2.0"