Skip to content

Commit 19aca42

Browse files
authored
Merge pull request #110 from zoyi-jin/0.7.12
0.7.12
2 parents 62ccb23 + e99d927 commit 19aca42

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.7.12
2+
3+
## Update
4+
* support android channel-io 10.0.9
5+
6+
## Bug Fixes
7+
* Android - Fixed an error in isChannelPushNotification.
8+
19
# 0.7.11
210

311
## Update

android/build.gradle

Lines changed: 1 addition & 1 deletion
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:10.0.8'
58+
api 'io.channel:plugin-android:10.0.9'
5959
}

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-channel-plugin",
3-
"version": "0.7.11",
3+
"version": "0.7.12",
44
"description": "react native module for channel io",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)