Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8fd4b3d

Browse files
author
xianing
committed
update sdk versions for 3.7.0
1 parent 7eeb398 commit 8fd4b3d

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

Android/APIExample/lib-component/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ dependencies {
3030
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3131
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3232

33-
api 'io.agora.rtc:full-sdk:3.6.2'
33+
api 'io.agora.rtc:full-sdk:3.7.0'
3434
api 'io.agora:player:1.3.0'
35-
api 'io.agora.rtc:full-screen-sharing:3.6.2'
35+
api 'io.agora.rtc:full-screen-sharing:3.7.0'
3636

3737
}

windows/APIExample/install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$ThirdPartysrc = 'https://github.com/AgoraIO/API-Examples/releases/download/3.6.0/ThirdParty.zip'
1+
$ThirdPartysrc = 'https://agora-adc-artifacts.oss-cn-beijing.aliyuncs.com/libs/ThirdParty.zip'
22
$ThirdPartydes = 'ThirdParty.zip'
3-
$agora_sdk = 'https://download.agora.io/sdk/release/Agora_Native_SDK_for_Windows_v3_6_2_FULL.zip'
3+
$agora_sdk = 'https://download.agora.io/sdk/release/Agora_Native_SDK_for_Windows_v3_7_0_FULL.zip'
44
$agora_des = 'Agora_Native_SDK_for_Windows.zip'
55
$MediaPlayerSDK = 'https://download.agora.io/sdk/release/Agora_Media_Player_for_Windows_x86_rel.v1.3.0_63393_ffmpeg_player_lite_20210727_1117.zip'
66
$MediaPlayerSDK64 = 'https://download.agora.io/sdk/release/Agora_Media_Player_for_Windows_x64_rel.v1.3.0_63392_ffmpeg_player_lite_20210727_1117.zip'

windows/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ The project uses a single program to combine a variety of functionalities. Each
5555

5656
**Note:**
5757
If you encounter ps1 script errors, you may need to update your powershell.
58-
59-
ThirdParty.zip dependencies upload to github. When downloading ThirdParty.zip, it maybe a little slower. Wait patiently.
60-
58+
6159
2. Open the `APIExample.sln` file with Visual Studio.
6260
3. Edit the `stdafx.h` file. Enter your App ID and token.
6361

windows/README.zh.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ _[English](README.md) | 中文_
6060

6161
如果你遇到 ps1 脚本错误,你可以尝试升级 powershell。
6262

63-
ThirdParty依赖库在github上,下载速度可能有点慢,耐心等待。
64-
6563
2. 使用 Visual Studio 打开 `APIExample.sln` 文件。
6664
3. 编辑 `stdafx.h` 文件。键入你的 App ID 和 access token。
6765

0 commit comments

Comments
 (0)