Skip to content

Commit 9bf95e3

Browse files
committed
update version code to 4.5.1
1 parent d509963 commit 9bf95e3

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

Diff for: Android/APIExample-Audio/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ android.enableJetifier=true
2121
# read enable simple filter section on README first before set this flag to TRUE
2222
simpleFilter = false
2323

24-
rtc_sdk_version = 4.5.0
24+
rtc_sdk_version = 4.5.1

Diff for: Android/APIExample-Compose/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ kotlin.code.style=official
2222
# thereby reducing the size of the R class for that library
2323
android.nonTransitiveRClass=true
2424

25-
rtc_sdk_version = 4.5.0
25+
rtc_sdk_version = 4.5.1

Diff for: Android/APIExample-Compose/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ composeBom = "2023.08.00"
1212
loggingInterceptor = "4.10.0"
1313
materialIconsExtended = "1.6.0"
1414
navigationCompose = "2.7.7"
15-
#agoraSdk = "4.5.0"
15+
#agoraSdk = "4.5.1"
1616
okhttp = "4.10.0"
1717

1818
[libraries]

Diff for: iOS/APIExample-Audio/Podfile

+2-2
Original file line numberDiff line numberDiff 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'
1212
end
1313

1414
pre_install do |installer|
15-
# system("sh .download_script.sh 4.5.0 true")
15+
# system("sh .download_script.sh 4.5.1 true")
1616
end

Diff for: iOS/APIExample-OC/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# platform :ios, '9.0'
33

44
def common_pods
5-
pod 'AgoraRtcEngine_iOS', '4.5.0'
5+
pod 'AgoraRtcEngine_iOS', '4.5.1'
66
# pod 'sdk', :path => 'sdk.podspec'
77
end
88

@@ -26,5 +26,5 @@ target 'SimpleFilter' do
2626
end
2727

2828
pre_install do |installer|
29-
# system("sh .download_script.sh 4.5.0 true")
29+
# system("sh .download_script.sh 4.5.1 true")
3030
end

Diff for: iOS/APIExample-SwiftUI/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# platform :ios, '9.0'
33

44
def common_pods
5-
pod 'AgoraRtcEngine_iOS', '4.5.0'
5+
pod 'AgoraRtcEngine_iOS', '4.5.1'
66
# pod 'sdk', :path => 'sdk.podspec'
77
end
88

@@ -33,5 +33,5 @@ end
3333
#end
3434

3535
pre_install do |installer|
36-
# system("sh .download_script.sh 4.5.0 true")
36+
# system("sh .download_script.sh 4.5.1 true")
3737
end

Diff for: iOS/APIExample/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
55

66
def common_pods
7-
pod 'AgoraRtcEngine_iOS', '4.5.0'
7+
pod 'AgoraRtcEngine_iOS', '4.5.1'
88
#pod 'sdk', :path => 'sdk.podspec'
99
end
1010

@@ -39,5 +39,5 @@ target 'SimpleFilter' do
3939
end
4040

4141
pre_install do |installer|
42-
# system("sh .download_script.sh 4.5.0 true")
42+
# system("sh .download_script.sh 4.5.1 true")
4343
end

Diff for: macOS/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
def common_pods
5-
pod 'AgoraRtcEngine_macOS', '4.5.0'
5+
pod 'AgoraRtcEngine_macOS', '4.5.1'
66
# pod 'sdk', :path => 'sdk.podspec'
77
end
88

Diff for: windows/APIExample/install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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'

0 commit comments

Comments
 (0)