Skip to content

Commit

Permalink
0.8.3 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoyi-jin authored Jul 15, 2024
1 parent ddbaea6 commit 56096e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.8.3

## Update
* support android channel-io 11.6.3

# 0.8.2

## Update
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ repositories {

dependencies {
implementation 'com.facebook.react:react-native'
api 'io.channel:plugin-android:11.2.2'
api 'io.channel:plugin-android:11.6.3'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-channel-plugin",
"version": "0.8.2",
"version": "0.8.3",
"description": "react native module for channel io",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 56096e9

Please sign in to comment.