Skip to content

Commit 09bb1ad

Browse files
authored
feat: release v3.8.3 sdk (#60)
1 parent ef811c3 commit 09bb1ad

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ dependencies {
5858
implementation "com.facebook.react:react-native:+" // From node_modules
5959
implementation 'androidx.collection:collection:1.1.0'
6060
implementation 'com.alibaba:fastjson:1.1.72.android'
61-
implementation 'io.openim:core-sdk:3.8.2@aar'
61+
implementation 'io.openim:core-sdk:3.8.3@aar'
6262
// implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
6363
}

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ PODS:
7474
- hermes-engine/Pre-built (= 0.72.4)
7575
- hermes-engine/Pre-built (0.72.4)
7676
- libevent (2.1.12)
77-
- open-im-sdk-rn (3.8.2):
78-
- OpenIMSDKCore (= 3.8.2)
77+
- open-im-sdk-rn (3.8.3):
78+
- OpenIMSDKCore (= 3.8.3)
7979
- React-Core
80-
- OpenIMSDKCore (3.8.2)
80+
- OpenIMSDKCore (3.8.3)
8181
- OpenSSL-Universal (1.1.1100)
8282
- RCT-Folly (2021.07.22.00):
8383
- boost
@@ -684,8 +684,8 @@ SPEC CHECKSUMS:
684684
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
685685
hermes-engine: 81191603c4eaa01f5e4ae5737a9efcf64756c7b2
686686
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
687-
open-im-sdk-rn: 303f4f135b40d985993a9d91b1a2bac90fae71c8
688-
OpenIMSDKCore: aaffd63079a874d9272b8b962598723cb8128d32
687+
open-im-sdk-rn: 89b21a13b2a6745b0247b0caf6fa0c9fca54ca63
688+
OpenIMSDKCore: 6fba8ae1b25e33e2d5cfb16f4eab934f3d7c5ee8
689689
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
690690
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
691691
RCTRequired: c0569ecc035894e4a68baecb30fe6a7ea6e399f9

open-im-sdk-rn.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
# else
2424
s.static_framework = true
2525
s.dependency "React-Core"
26-
s.dependency "OpenIMSDKCore","3.8.2"
26+
s.dependency "OpenIMSDKCore","3.8.3"
2727
s.library = 'resolv'
2828
# Don't install the dependencies when we run `pod install` in the old architecture.
2929
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-im-sdk-rn",
3-
"version": "3.8.2",
3+
"version": "3.8.3",
44
"description": "OpenIM SDK for react-native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)