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 951fdd8 + 67fcd4f commit 0ca2e32Copy full SHA for 0ca2e32
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.12.3
2
+
3
+## Update
4
+* support android channel-io 13.1.1
5
6
# 0.12.2
7
8
## Update
android/build.gradle
@@ -56,5 +56,5 @@ repositories {
56
57
dependencies {
58
implementation 'com.facebook.react:react-native'
59
- api 'io.channel:plugin-android:13.1.0'
+ api 'io.channel:plugin-android:13.1.1'
60
}
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-channel-plugin",
- "version": "0.12.2",
+ "version": "0.12.3",
"description": "react native module for channel io",
"main": "index.ts",
"scripts": {
0 commit comments