File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
4545 implementation fileTree(dir : " ${ localSdkPath} " , include : [' *.jar' , ' *.aar' ])
4646 }
4747 else {
48- def agora_sdk_version = " 4.0.1 "
48+ def agora_sdk_version = " 4.0.0.3 "
4949 // case 1: full single lib with voice only
5050 // implementation "io.agora.rtc:voice-sdk:${agora_sdk_version}"
5151 // case 2: partial libs with voice only
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
4545 implementation fileTree(dir : " ${ localSdkPath} " , include : [' *.jar' , ' *.aar' ])
4646 }
4747 else {
48- def agora_sdk_version = " 4.0.0.+ "
48+ def agora_sdk_version = " 4.0.0.3 "
4949
5050 // case 1: full single lib
5151 implementation " io.agora.rtc:full-sdk:${ agora_sdk_version} "
Original file line number Diff line number Diff line change 11$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_v4.0.0-rc.1_FULL .zip'
3+ $agora_sdk = ' https://download.agora.io/sdk/release/Agora_Native_SDK_for_Windows_v4.0.0.4_FULL .zip'
44$agora_des = ' AgoraSdk.zip'
55$agora_local_sdk = ' ../../sdk'
66
You can’t perform that action at this time.
0 commit comments