Skip to content

Commit

Permalink
0.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zoyi-jin committed May 18, 2023
1 parent 62ccb23 commit e99d927
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.7.12

## Update
* support android channel-io 10.0.9

## Bug Fixes
* Android - Fixed an error in isChannelPushNotification.

# 0.7.11

## 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:10.0.8'
api 'io.channel:plugin-android:10.0.9'
}
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.7.11",
"version": "0.7.12",
"description": "react native module for channel io",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e99d927

Please sign in to comment.