Skip to content

Commit

Permalink
Merge pull request #137 from channel-io/develop
Browse files Browse the repository at this point in the history
0.9.3
  • Loading branch information
zoyi-jin authored Dec 3, 2024
2 parents 2c70582 + fc19541 commit 8fb136f
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.9.3

## Update
* support android channel-io 12.3.4

# 0.9.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 @@ -57,5 +57,5 @@ repositories {

dependencies {
implementation 'com.facebook.react:react-native'
api 'io.channel:plugin-android:12.3.0'
api 'io.channel:plugin-android:12.3.4'
}
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.9.2",
"version": "0.9.3",
"description": "react native module for channel io",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8fb136f

Please sign in to comment.