We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d0b6f commit babdb73Copy full SHA for babdb73
android/build.gradle
@@ -56,7 +56,7 @@ android {
56
dependencies {
57
implementation(platform("org.jetbrains.kotlin:kotlin-bom:$kotlin_version"))
58
implementation(platform("com.google.firebase:firebase-bom:32.2.2"))
59
- implementation("com.twilio:voice-android:6.2.1")
+ implementation("com.twilio:voice-android:6.3.2")
60
implementation("com.google.firebase:firebase-messaging-ktx:23.2.1")
61
implementation 'androidx.appcompat:appcompat:1.6.1'
62
implementation 'androidx.lifecycle:lifecycle-process:2.6.1'
0 commit comments