File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed
Android/APIExample/lib-component Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ dependencies {
30
30
androidTestImplementation ' androidx.test.ext:junit:1.1.1'
31
31
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
32
32
33
- api ' io.agora.rtc:full-sdk:3.6.2 '
33
+ api ' io.agora.rtc:full-sdk:3.7.0 '
34
34
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 '
36
36
37
37
}
Original file line number Diff line number Diff line change 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'
2
2
$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'
4
4
$agora_des = ' Agora_Native_SDK_for_Windows.zip'
5
5
$MediaPlayerSDK = ' https://download.agora.io/sdk/release/Agora_Media_Player_for_Windows_x86_rel.v1.3.0_63393_ffmpeg_player_lite_20210727_1117.zip'
6
6
$MediaPlayerSDK64 = ' https://download.agora.io/sdk/release/Agora_Media_Player_for_Windows_x64_rel.v1.3.0_63392_ffmpeg_player_lite_20210727_1117.zip'
Original file line number Diff line number Diff line change @@ -55,9 +55,7 @@ The project uses a single program to combine a variety of functionalities. Each
55
55
56
56
** Note:**
57
57
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
+
61
59
2 . Open the ` APIExample.sln ` file with Visual Studio.
62
60
3 . Edit the ` stdafx.h ` file. Enter your App ID and token.
63
61
Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ _[English](README.md) | 中文_
60
60
61
61
如果你遇到 ps1 脚本错误,你可以尝试升级 powershell。
62
62
63
- ThirdParty依赖库在github上,下载速度可能有点慢,耐心等待。
64
-
65
63
2 . 使用 Visual Studio 打开 ` APIExample.sln ` 文件。
66
64
3 . 编辑 ` stdafx.h ` 文件。键入你的 App ID 和 access token。
67
65
You can’t perform that action at this time.
0 commit comments