We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3234a67 commit 8bc3e3dCopy full SHA for 8bc3e3d
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.9.1
2
+
3
+## Update
4
+* support android channel-io 12.2.0
5
6
# 0.9.0
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.0.0'
+ api 'io.channel:plugin-android:12.2.0'
61
}
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-channel-plugin",
- "version": "0.9.0",
+ "version": "0.9.1",
"description": "react native module for channel io",
"main": "index.js",
"scripts": {
0 commit comments