Skip to content

Commit 97afcb0

Browse files
Android: upgrade com.twilio:voice-android to 2.1.0
1 parent 39dfb46 commit 97afcb0

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
## 4.0.0
44

55
- Android
6-
- update Firebase Messaging to 17.3.4 which simplifies how to obtain the FCM token
6+
- update Firebase Messaging to 17.3.4 which simplifies how to obtain the FCM token
7+
- Android X migration
8+
- use gradle 5.4.1
9+
- use API 28
10+
- upgrade com.twilio:voice-android to 2.1.0
711
- iOS
8-
- convert params for connectionDidConnect to => call_to, from => call_from
9-
- convert params for connectionDidDisconnect to => call_to, from => call_from, error => err
12+
- convert params for connectionDidConnect to => call_to, from => call_from
13+
- convert params for connectionDidDisconnect to => call_to, from => call_from, error => err
1014

1115
## 3.21.3
1216

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ This is a React Native wrapper for Twilio Programmable Voice SDK that lets you m
33

44
# Twilio Programmable Voice SDK
55

6-
- Android 2.0.9 (bundled within this library)
7-
- iOS 2.0.7 (specified by the app's own podfile)
8-
9-
6+
- Android 2.1.0 (bundled within this library)
7+
- iOS 2.1.0 (specified by the app's own podfile)
108

119
## Breaking changes in v4.0.0
1210

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
def supportLibVersion = rootProject.hasProperty('supportLibVersion') ? rootProject.supportLibVersion : DEFAULT_SUPPORT_LIB_VERSION
5151

5252
implementation fileTree(include: ['*.jar'], dir: 'libs')
53-
implementation 'com.twilio:voice-android:2.0.9'
53+
implementation 'com.twilio:voice-android:2.1.0'
5454
implementation "com.android.support:appcompat-v7:$supportLibVersion"
5555
implementation 'com.facebook.react:react-native:+'
5656
implementation 'com.google.firebase:firebase-messaging:17.+'

0 commit comments

Comments
 (0)