Skip to content

Commit

Permalink
Android: upgrade com.twilio:voice-android to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziomoscon committed Oct 23, 2020
1 parent 3ea5fb3 commit ff7b690
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
## 4.0.0

- Android
- update Firebase Messaging to 17.3.4 which simplifies how to obtain the FCM token
- update Firebase Messaging to 17.3.4 which simplifies how to obtain the FCM token
- Android X migration
- use gradle 5.4.1
- use API 28
- upgrade com.twilio:voice-android to 2.1.0
- iOS
- convert params for connectionDidConnect to => call_to, from => call_from
- convert params for connectionDidDisconnect to => call_to, from => call_from, error => err
- convert params for connectionDidConnect to => call_to, from => call_from
- convert params for connectionDidDisconnect to => call_to, from => call_from, error => err

## 3.21.3

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ This is a React Native wrapper for Twilio Programmable Voice SDK that lets you m

# Twilio Programmable Voice SDK

- Android 2.0.9 (bundled within this library)
- iOS 2.0.7 (specified by the app's own podfile)


- Android 2.1.0 (bundled within this library)
- iOS 2.1.0 (specified by the app's own podfile)

## Breaking changes in v4.0.0

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
def supportLibVersion = rootProject.hasProperty('supportLibVersion') ? rootProject.supportLibVersion : DEFAULT_SUPPORT_LIB_VERSION

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

0 comments on commit ff7b690

Please sign in to comment.