Skip to content

Commit 876ae29

Browse files
authored
0.8.3 (#123)
* 0.8.3 (#122)
1 parent 1ec2735 commit 876ae29

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.8.3
2+
3+
## Update
4+
* support android channel-io 11.6.3
5+
16
# 0.8.2
27

38
## Update

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ repositories {
5555

5656
dependencies {
5757
implementation 'com.facebook.react:react-native'
58-
api 'io.channel:plugin-android:11.2.2'
58+
api 'io.channel:plugin-android:11.6.3'
5959
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-channel-plugin",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "react native module for channel io",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)