File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 3
3
## 4.0.0
4
4
5
5
- 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
7
11
- 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
10
14
11
15
## 3.21.3
12
16
Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ This is a React Native wrapper for Twilio Programmable Voice SDK that lets you m
3
3
4
4
# Twilio Programmable Voice SDK
5
5
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)
10
8
11
9
## Breaking changes in v4.0.0
12
10
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
def supportLibVersion = rootProject. hasProperty(' supportLibVersion' ) ? rootProject. supportLibVersion : DEFAULT_SUPPORT_LIB_VERSION
51
51
52
52
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
53
- implementation ' com.twilio:voice-android:2.0.9 '
53
+ implementation ' com.twilio:voice-android:2.1.0 '
54
54
implementation " com.android.support:appcompat-v7:$supportLibVersion "
55
55
implementation ' com.facebook.react:react-native:+'
56
56
implementation ' com.google.firebase:firebase-messaging:17.+'
You can’t perform that action at this time.
0 commit comments