Skip to content

Commit 8281e62

Browse files
feat: use Android 5.1.1
1 parent baff65c commit 8281e62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Tested with:
1616

1717
The most updated branch is [feat/twilio-android-sdk-5](https://github.com/hoxfon/react-native-twilio-programmable-voice/tree/feat/twilio-android-sdk-5) which is aligned with:
1818

19-
- Android 5.1.0
19+
- Android 5.1.1
2020
- iOS 5.2.0
2121

2222
It contains breaking changes from `react-native-twilio-programmable-voice` v4, and it will be released as v5.

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
def supportLibVersion = rootProject.hasProperty('supportLibVersion') ? rootProject.supportLibVersion : DEFAULT_SUPPORT_LIB_VERSION
5656

5757
implementation fileTree(include: ['*.jar'], dir: 'libs')
58-
implementation 'com.twilio:voice-android:5.1.0'
58+
implementation 'com.twilio:voice-android:5.1.1'
5959
implementation "com.android.support:appcompat-v7:$supportLibVersion"
6060
implementation 'com.facebook.react:react-native:+'
6161
implementation 'com.google.firebase:firebase-messaging:19.0.+'

0 commit comments

Comments
 (0)