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 5a428db + cfddb9c commit 97456e2Copy full SHA for 97456e2
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.11.9
2
+
3
+## Update
4
+* support android channel-io 12.12.0
5
6
# 0.11.8
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.11.2'
+ api 'io.channel:plugin-android:12.12.0'
61
}
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-channel-plugin",
- "version": "0.11.8",
+ "version": "0.11.9",
"description": "react native module for channel io",
"main": "index.ts",
"scripts": {
0 commit comments