We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1dc1a0 + 0ce3007 commit fc19541Copy full SHA for fc19541
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.9.3
2
+
3
+## Update
4
+* support android channel-io 12.3.4
5
6
# 0.9.2
7
8
## Update
android/build.gradle
@@ -57,5 +57,5 @@ repositories {
57
58
dependencies {
59
implementation 'com.facebook.react:react-native'
60
- api 'io.channel:plugin-android:12.3.0'
+ api 'io.channel:plugin-android:12.3.4'
61
}
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-channel-plugin",
- "version": "0.9.2",
+ "version": "0.9.3",
"description": "react native module for channel io",
"main": "index.js",
"scripts": {
0 commit comments