Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 2.1.12 #16

Merged
merged 2 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agora-react-native-rtm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Pod::Spec.new do |s|
end

s.dependency 'AgoraRtm_iOS', '2.1.12'
s.dependency 'AgoraIrisRTM_iOS', '2.1.12-dev.1'
s.dependency 'AgoraIrisRTM_iOS', '2.1.12-build.1'
s.libraries = 'stdc++'
s.framework = 'ReplayKit'
end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ dependencies {
implementation "com.facebook.react:react-native:+"
implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
implementation "io.agora:agora-rtm:2.1.12"
implementation "io.agora.rtm:iris-rtm:2.1.12-dev.1"
implementation "io.agora.rtm:iris-rtm:2.1.12-build.1"

}

Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- agora-react-native-rtm (2.1.12):
- AgoraIrisRTM_iOS (= 2.1.12-dev.1)
- AgoraIrisRTM_iOS (= 2.1.12-build.1)
- AgoraRtm_iOS (= 2.1.12)
- RCT-Folly (= 2021.07.22.00)
- React-Core
- AgoraIrisRTC_iOS (4.3.1-build.1)
- AgoraIrisRTM_iOS (2.1.12-dev.1)
- AgoraIrisRTM_iOS (2.1.12-build.1)
- AgoraRtcEngine_iOS (4.3.1):
- AgoraRtcEngine_iOS/AIAEC (= 4.3.1)
- AgoraRtcEngine_iOS/AINS (= 4.3.1)
Expand Down Expand Up @@ -754,9 +754,9 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
agora-react-native-rtm: feac636a75ebb40a3c29072a823d8442babdc87b
agora-react-native-rtm: 7bd12554d8067413b3db524ee5f7ddb7915bf3f5
AgoraIrisRTC_iOS: 7710d853202eca4900c2916aefc44abd5a139d4e
AgoraIrisRTM_iOS: 8333f60aeee673e88fcf02a0f627484f21731f67
AgoraIrisRTM_iOS: 9a08fbd376ef4efeda86a0158b13f05d909277de
AgoraRtcEngine_iOS: f64be00fdda786bb7edd84ab461c31b7b4c93534
AgoraRtm_iOS: 54dbd6c1f33f1d7432becf1d271713bcc35653cb
boost: 57d2868c099736d80fcd648bf211b4431e51a558
Expand Down
Loading