Change summary
build.gradle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Detailed changes
@@ -83,12 +83,12 @@ dependencies {
implementation 'me.drakeet.support:toastcompat:1.1.0'
implementation "com.leinardi.android:speed-dial:3.3.0"
- implementation "com.squareup.retrofit2:retrofit:2.9.0"
- implementation "com.squareup.retrofit2:converter-gson:2.9.0"
+ implementation "com.squareup.retrofit2:retrofit:2.11.0"
+ implementation "com.squareup.retrofit2:converter-gson:2.11.0"
implementation "com.squareup.okhttp3:okhttp:4.12.0"
implementation 'com.google.guava:guava:32.1.3-android'
- quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.13.28'
+ quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.13.35'
implementation 'im.conversations.webrtc:webrtc-android:119.0.1'
}