File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ android.enableJetifier=true
2121# read enable simple filter section on README first before set this flag to TRUE
2222simpleFilter = false
2323
24- rtc_sdk_version = 4.5.0
24+ rtc_sdk_version = 4.5.1
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ kotlin.code.style=official
2222# thereby reducing the size of the R class for that library
2323android.nonTransitiveRClass =true
2424
25- rtc_sdk_version = 4.5.0
25+ rtc_sdk_version = 4.5.1
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ composeBom = "2023.08.00"
1212loggingInterceptor = " 4.10.0"
1313materialIconsExtended = " 1.6.0"
1414navigationCompose = " 2.7.7"
15- # agoraSdk = "4.5.0 "
15+ # agoraSdk = "4.5.1 "
1616okhttp = " 4.10.0"
1717
1818[libraries ]
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ target 'APIExample-Audio' do
77
88 pod 'Floaty' , '~> 4.2.0'
99 pod 'AGEVideoLayout' , '~> 1.0.2'
10- pod 'AgoraAudio_iOS' , '4.5.0 '
10+ pod 'AgoraAudio_iOS' , '4.5.1 '
1111# pod 'sdk', :path => 'sdk.podspec'
1212end
1313
1414pre_install do |installer |
15- # system("sh .download_script.sh 4.5.0 true")
15+ # system("sh .download_script.sh 4.5.1 true")
1616end
Original file line number Diff line number Diff line change 22# platform :ios, '9.0'
33
44def common_pods
5- pod 'AgoraRtcEngine_iOS' , '4.5.0 '
5+ pod 'AgoraRtcEngine_iOS' , '4.5.1 '
66# pod 'sdk', :path => 'sdk.podspec'
77end
88
@@ -26,5 +26,5 @@ target 'SimpleFilter' do
2626end
2727
2828pre_install do |installer |
29- # system("sh .download_script.sh 4.5.0 true")
29+ # system("sh .download_script.sh 4.5.1 true")
3030end
Original file line number Diff line number Diff line change 22# platform :ios, '9.0'
33
44def common_pods
5- pod 'AgoraRtcEngine_iOS' , '4.5.0 '
5+ pod 'AgoraRtcEngine_iOS' , '4.5.1 '
66# pod 'sdk', :path => 'sdk.podspec'
77end
88
3333#end
3434
3535pre_install do |installer |
36- # system("sh .download_script.sh 4.5.0 true")
36+ # system("sh .download_script.sh 4.5.1 true")
3737end
Original file line number Diff line number Diff line change 44#source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
55
66def common_pods
7- pod 'AgoraRtcEngine_iOS' , '4.5.0 '
7+ pod 'AgoraRtcEngine_iOS' , '4.5.1 '
88 #pod 'sdk', :path => 'sdk.podspec'
99end
1010
@@ -39,5 +39,5 @@ target 'SimpleFilter' do
3939end
4040
4141pre_install do |installer |
42- # system("sh .download_script.sh 4.5.0 true")
42+ # system("sh .download_script.sh 4.5.1 true")
4343end
Original file line number Diff line number Diff line change 22
33
44def common_pods
5- pod 'AgoraRtcEngine_macOS' , '4.5.0 '
5+ pod 'AgoraRtcEngine_macOS' , '4.5.1 '
66# pod 'sdk', :path => 'sdk.podspec'
77end
88
Original file line number Diff line number Diff line change 1- $agora_sdk = ' https://download.agora.io/sdk/release/Agora_Native_SDK_for_Windows_v4.5.0_FULL .zip'
1+ $agora_sdk = ' https://download.agora.io/sdk/release/Agora_Native_SDK_for_Windows_v4.5.1_FULL .zip'
22$ThirdPartysrc = ' https://fullapp.oss-cn-beijing.aliyuncs.com/API-Examples/ThirdParty.zip'
33$ThirdPartydes = ' ThirdParty.zip'
44$agora_des = ' AgoraSdk.zip'
You can’t perform that action at this time.
0 commit comments