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 9e54ed5 + df51e0c commit 16b393aCopy full SHA for 16b393a
CHANGELOG.md
@@ -1,9 +1,13 @@
1
+# 0.7.5
2
+
3
+## Update
4
+* support android channel-io 10.0.6
5
6
# 0.7.4
7
8
## Update
9
* iOS - Fixed an issue where changed to false when unsubscribeText / unsubscribeEmail is empty
10
-
11
# 0.7.3
12
13
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.3'
+ api 'io.channel:plugin-android:10.0.6'
59
}
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-channel-plugin",
- "version": "0.7.4",
+ "version": "0.7.5",
"description": "react native module for channel io",
"main": "index.js",
"scripts": {
0 commit comments