We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4794bde commit d0ae920Copy full SHA for d0ae920
android/build.gradle
@@ -62,8 +62,8 @@ dependencies {
62
// iris dependencies end
63
64
// native dependencies start
65
- api 'io.agora.rtc:agora-special-full:4.5.2.142.favtest'
66
- api 'io.agora.rtc:full-screen-sharing:4.5.2.142.2'
+ api 'io.agora.rtc:agora-special-full:4.5.2.175'
+ api 'io.agora.rtc:full-screen-sharing:4.5.2.175'
67
// native dependencies end
68
}
69
ios/agora_rtc_engine.podspec
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
28
# iris dependencies end
29
30
# native dependencies start
31
- s.dependency 'AgoraRtcEngine_Special_iOS', '4.5.2.142.favtest'
+ s.dependency 'AgoraRtcEngine_Special_iOS', '4.5.2.175'
32
# native dependencies end
33
end
34
0 commit comments