File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 0.11.4
2
+
3
+ ## Update
4
+ * support android channel-io 12.8.2
5
+
1
6
# 0.11.3
2
7
3
8
## Update
4
- * support android channel-io 12.7.0
5
- * support iOS channel-io 12.7.0
9
+ * support android channel-io 12.8.1
10
+ * support iOS channel-io 12.9.0
11
+
6
12
7
13
## Bug Fixes
8
14
* react-native 0.76.0 or higher: Fixes an issue where an error occurs when using setPage.
Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ repositories {
57
57
58
58
dependencies {
59
59
implementation ' com.facebook.react:react-native'
60
- api ' io.channel:plugin-android:12.8.1 '
60
+ api ' io.channel:plugin-android:12.8.2 '
61
61
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-channel-plugin" ,
3
- "version" : " 0.11.3 " ,
3
+ "version" : " 0.11.4 " ,
4
4
"description" : " react native module for channel io" ,
5
5
"main" : " index.ts" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments