File tree 9 files changed +13
-13
lines changed
9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ android.enableJetifier=true
21
21
# read enable simple filter section on README first before set this flag to TRUE
22
22
simpleFilter = false
23
23
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
22
22
# thereby reducing the size of the R class for that library
23
23
android.nonTransitiveRClass =true
24
24
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"
12
12
loggingInterceptor = " 4.10.0"
13
13
materialIconsExtended = " 1.6.0"
14
14
navigationCompose = " 2.7.7"
15
- # agoraSdk = "4.5.0 "
15
+ # agoraSdk = "4.5.1 "
16
16
okhttp = " 4.10.0"
17
17
18
18
[libraries ]
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ target 'APIExample-Audio' do
7
7
8
8
pod 'Floaty' , '~> 4.2.0'
9
9
pod 'AGEVideoLayout' , '~> 1.0.2'
10
- pod 'AgoraAudio_iOS' , '4.5.0 '
10
+ pod 'AgoraAudio_iOS' , '4.5.1 '
11
11
# pod 'sdk', :path => 'sdk.podspec'
12
12
end
13
13
14
14
pre_install do |installer |
15
- # system("sh .download_script.sh 4.5.0 true")
15
+ # system("sh .download_script.sh 4.5.1 true")
16
16
end
Original file line number Diff line number Diff line change 2
2
# platform :ios, '9.0'
3
3
4
4
def common_pods
5
- pod 'AgoraRtcEngine_iOS' , '4.5.0 '
5
+ pod 'AgoraRtcEngine_iOS' , '4.5.1 '
6
6
# pod 'sdk', :path => 'sdk.podspec'
7
7
end
8
8
@@ -26,5 +26,5 @@ target 'SimpleFilter' do
26
26
end
27
27
28
28
pre_install do |installer |
29
- # system("sh .download_script.sh 4.5.0 true")
29
+ # system("sh .download_script.sh 4.5.1 true")
30
30
end
Original file line number Diff line number Diff line change 2
2
# platform :ios, '9.0'
3
3
4
4
def common_pods
5
- pod 'AgoraRtcEngine_iOS' , '4.5.0 '
5
+ pod 'AgoraRtcEngine_iOS' , '4.5.1 '
6
6
# pod 'sdk', :path => 'sdk.podspec'
7
7
end
8
8
33
33
#end
34
34
35
35
pre_install do |installer |
36
- # system("sh .download_script.sh 4.5.0 true")
36
+ # system("sh .download_script.sh 4.5.1 true")
37
37
end
Original file line number Diff line number Diff line change 4
4
#source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
5
5
6
6
def common_pods
7
- pod 'AgoraRtcEngine_iOS' , '4.5.0 '
7
+ pod 'AgoraRtcEngine_iOS' , '4.5.1 '
8
8
#pod 'sdk', :path => 'sdk.podspec'
9
9
end
10
10
@@ -39,5 +39,5 @@ target 'SimpleFilter' do
39
39
end
40
40
41
41
pre_install do |installer |
42
- # system("sh .download_script.sh 4.5.0 true")
42
+ # system("sh .download_script.sh 4.5.1 true")
43
43
end
Original file line number Diff line number Diff line change 2
2
3
3
4
4
def common_pods
5
- pod 'AgoraRtcEngine_macOS' , '4.5.0 '
5
+ pod 'AgoraRtcEngine_macOS' , '4.5.1 '
6
6
# pod 'sdk', :path => 'sdk.podspec'
7
7
end
8
8
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'
2
2
$ThirdPartysrc = ' https://fullapp.oss-cn-beijing.aliyuncs.com/API-Examples/ThirdParty.zip'
3
3
$ThirdPartydes = ' ThirdParty.zip'
4
4
$agora_des = ' AgoraSdk.zip'
You can’t perform that action at this time.
0 commit comments