Bumped TelecomManager APIs to 1.1.0-alpha03

This commit is contained in:
Sylvain Berfini 2026-02-12 11:39:06 +01:00
parent 2ee93e0887
commit fdcd46e153
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.0.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"