mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-17 21:38:29 +00:00
Bumped TelecomManager APIs to 1.1.0-alpha03
This commit is contained in:
parent
2ee93e0887
commit
fdcd46e153
2 changed files with 4 additions and 3 deletions
|
|
@ -125,7 +125,8 @@ class TelecomManager
|
||||||
uri,
|
uri,
|
||||||
direction,
|
direction,
|
||||||
type,
|
type,
|
||||||
capabilities
|
capabilities,
|
||||||
|
isLogExcluded = true
|
||||||
)
|
)
|
||||||
Log.i("$TAG Adding call to Telecom's CallsManager with attributes [$callAttributes]")
|
Log.i("$TAG Adding call to Telecom's CallsManager with attributes [$callAttributes]")
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ agp = "9.0.0"
|
||||||
kotlin = "2.3.10"
|
kotlin = "2.3.10"
|
||||||
gmsGoogleServices = "4.4.4"
|
gmsGoogleServices = "4.4.4"
|
||||||
firebaseCrashlytics = "3.0.6"
|
firebaseCrashlytics = "3.0.6"
|
||||||
firebaseBomVersion = "34.8.0"
|
firebaseBomVersion = "34.9.0"
|
||||||
#noinspection NewerVersionAvailable
|
#noinspection NewerVersionAvailable
|
||||||
ktlint = "12.3.0"
|
ktlint = "12.3.0"
|
||||||
|
|
||||||
|
|
@ -12,7 +12,7 @@ appcompat = "1.7.1"
|
||||||
constraintLayout = "2.2.1"
|
constraintLayout = "2.2.1"
|
||||||
coreKtx = "1.17.0"
|
coreKtx = "1.17.0"
|
||||||
splashscreen = "1.2.0"
|
splashscreen = "1.2.0"
|
||||||
telecom = "1.0.1"
|
telecom = "1.1.0-alpha03"
|
||||||
media = "1.7.1"
|
media = "1.7.1"
|
||||||
recyclerview = "1.4.0"
|
recyclerview = "1.4.0"
|
||||||
swipeRefreshLayout = "1.2.0"
|
swipeRefreshLayout = "1.2.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue