We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6531bf7 + 803b71d commit 25618aaCopy full SHA for 25618aa
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.6.3
2
+## Update
3
+* support android channel-io 9.0.3
4
+
5
# 0.6.2
6
## Update
7
* support android channel-io 9.0.2
android/build.gradle
@@ -55,5 +55,5 @@ repositories {
55
56
dependencies {
57
implementation 'com.facebook.react:react-native:+'
58
- api 'io.channel:plugin-android:9.0.2'
+ api 'io.channel:plugin-android:9.0.3'
59
}
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-channel-plugin",
- "version": "0.6.2",
+ "version": "0.6.3",
"description": "react native module for channel io",
"main": "index.js",
"scripts": {
0 commit comments