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