Skip to content

Commit 98323a2

Browse files
mattshenbradbumbalough
authored andcommitted
Update Twilio SDKs (0.17.1/0.12.1) (#11)
* upgrade twilio chat sdk versions * bump PATCH version * added mattshen to contributers * bump the version number for the remaining files
1 parent 34132a8 commit 98323a2

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

Example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"react-native-communications": "^1.0.1",
1313
"react-native-extra-dimensions-android": "^0.17.0",
1414
"react-native-gifted-messenger": "^0.1.4",
15-
"react-native-twilio-ip-messaging": "git://github.com/ccm-innovation/react-native-twilio-ip-messaging.git#programable-chat"
15+
"react-native-twilio-ip-chat": "^0.1.1"
1616
}
1717
}

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ pod 'React', :subspecs => ['Core', /* any other subspecs you require */], :path
2020
pod 'RCTTwilioChat', :path => '../node_modules/react-native-twilio-chat/ios'
2121

2222
source 'https://github.com/twilio/cocoapod-specs'
23-
pod 'TwilioChatClient', '~> 0.16.0'
24-
pod 'TwilioAccessManager', '~> 0.1.1'
23+
pod 'TwilioChatClient', '~> 0.17.1'
24+
pod 'TwilioAccessManager', '~> 0.1.3'
2525
```
2626
**Note: the underlying Twilio SDKs require a minimum deployment target of `8.1`**. If your project's target is less than this you will get a CocoaPods install error (`Unable to satisfy the following requirements...`).
2727

@@ -149,6 +149,7 @@ Thank you for your help in maintaining this project! Haven't contributed yet? [C
149149
- [bbil](https://github.com/bbil)
150150
- [jhabdas](https://github.com/jhabdas)
151151
- [plonkus](https://github.com/plonkus)
152+
- [mattshen](https://github.com/mattshen)
152153
- [Kabangi](https://github.com/Kabangi)
153154
154155
## TODO 🗒

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ android {
77
defaultConfig {
88
minSdkVersion 19
99
targetSdkVersion 23
10-
versionCode 10
11-
versionName "1.0.0"
10+
versionCode 11
11+
versionName "0.1.1"
1212
}
1313
}
1414
dependencies {
1515
compile 'com.facebook.react:react-native:+'
16-
compile "com.twilio:chat-android:0.11.2"
16+
compile "com.twilio:chat-android:0.12.1"
1717
compile "com.twilio:accessmanager-android:0.1.0"
1818
}

ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ target 'RCTTwilioChat' do
77

88
# Pods for RCTTwilioChat
99
source 'https://github.com/twilio/cocoapod-specs'
10-
pod 'TwilioChatClient', '~> 0.16.0'
11-
pod 'TwilioAccessManager', '~> 0.1.1'
10+
pod 'TwilioChatClient', '~> 0.17.1'
11+
pod 'TwilioAccessManager', '~> 0.1.3'
1212
end

ios/RCTTwilioChat.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RCTTwilioChat"
3-
s.version = "1.0.0"
3+
s.version = "0.1.1"
44
s.summary = "React Native wrapper for Twilio Programable Chat SDKs"
55

66
s.homepage = "https://github.com/ccm-innovation/react-native-twilio-chat"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-twilio-chat",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A React Native wrapper for the Twilio Chat iOS and Android SDKs",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)