mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-17 23:43:34 +01:00
Reintroduce preliminary telecom support for 1:1 calling.
This commit is contained in:
committed by
Michelle Tang
parent
1b6cfe9fc6
commit
a62f07db11
@@ -24,6 +24,7 @@ androidx-lifecycle-navigation3 = "2.10.0"
|
||||
androidx-media3 = "1.9.1"
|
||||
androidx-navigation = "2.8.5"
|
||||
androidx-navigation3-core = "1.0.0"
|
||||
androidx-core-telecom = "1.0.1"
|
||||
androidx-window = "1.3.0"
|
||||
glide = "4.15.1"
|
||||
libsignal-client = "0.88.1"
|
||||
@@ -139,6 +140,7 @@ androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.4.1"
|
||||
androidx-asynclayoutinflater = "androidx.asynclayoutinflater:asynclayoutinflater:1.1.0-alpha01"
|
||||
androidx-asynclayoutinflater-appcompat = "androidx.asynclayoutinflater:asynclayoutinflater-appcompat:1.1.0-alpha01"
|
||||
androidx-emoji2 = "androidx.emoji2:emoji2:1.5.0"
|
||||
androidx-core-telecom = { module = "androidx.core:core-telecom", version.ref = "androidx-core-telecom" }
|
||||
androidx-documentfile = "androidx.documentfile:documentfile:1.0.1"
|
||||
androidx-credentials = "androidx.credentials:credentials:1.5.0"
|
||||
androidx-credentials-compat = "androidx.credentials:credentials-play-services-auth:1.5.0"
|
||||
|
||||
@@ -3969,6 +3969,14 @@ https://docs.gradle.org/current/userguide/dependency_verification.html
|
||||
<sha256 value="4d46646066c794f2812d5b33a9422d37e4f918c4d809cd1fb2579c7022ef2818" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.core" name="core-telecom" version="1.0.1">
|
||||
<artifact name="core-telecom-1.0.1.aar">
|
||||
<sha256 value="40bdd8a109d89bf12aefd93a47f90099e90a21cf50041e79121a2e1ea8a5b778" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="core-telecom-1.0.1.module">
|
||||
<sha256 value="a8e9f3b26667d60aa6510dfc495ca21c84acf791bf2e7f5ec054f8665b480ef9" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.core" name="core-viewtree" version="1.0.0">
|
||||
<artifact name="core-viewtree-1.0.0.aar">
|
||||
<md5 value="b8a098cdf97d6770dfd07d240d56aa73" origin="Generated by Gradle"/>
|
||||
|
||||
Reference in New Issue
Block a user