We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec2735 commit 876ae29Copy full SHA for 876ae29
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.8.3
2
+
3
+## Update
4
+* support android channel-io 11.6.3
5
6
# 0.8.2
7
8
## 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:11.2.2'
+ api 'io.channel:plugin-android:11.6.3'
59
}
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-channel-plugin",
- "version": "0.8.2",
+ "version": "0.8.3",
"description": "react native module for channel io",
"main": "index.js",
"scripts": {
0 commit comments