File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ # 0.12.7
2+
3+ ## Update
4+ * support android channel-io 13.2.2
5+ * support iOS channel-io 13.0.8
6+
17# 0.12.6
28
39## Update
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
1515 s . ios . deployment_target = '15.0'
1616
1717 s . dependency "React"
18- s . dependency "ChannelIOSDK" , '13.0.5 '
18+ s . dependency "ChannelIOSDK" , '13.0.8 '
1919
2020end
Original file line number Diff line number Diff line change @@ -56,5 +56,5 @@ repositories {
5656
5757dependencies {
5858 implementation ' com.facebook.react:react-native'
59- api ' io.channel:plugin-android:13.1.3 '
59+ api ' io.channel:plugin-android:13.2.2 '
6060}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-channel-plugin" ,
3- "version" : " 0.12.6 " ,
3+ "version" : " 0.12.7 " ,
44 "description" : " react native module for channel io" ,
55 "main" : " index.ts" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments