We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62ccb23 + e99d927 commit 19aca42Copy full SHA for 19aca42
CHANGELOG.md
@@ -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
9
# 0.7.11
10
11
## Update
android/build.gradle
@@ -55,5 +55,5 @@ repositories {
55
56
dependencies {
57
implementation 'com.facebook.react:react-native'
58
- api 'io.channel:plugin-android:10.0.8'
+ api 'io.channel:plugin-android:10.0.9'
59
}
package.json
@@ -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": {
0 commit comments