Skip to content

Commit 5e8b3e9

Browse files
committed
update 4.5.2
1 parent 340ef00 commit 5e8b3e9

10 files changed

Lines changed: 14 additions & 14 deletions

File tree

Android/APIExample-Audio/gradle.properties

Lines changed: 1 addition & 1 deletion
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.1
24+
rtc_sdk_version = 4.5.2

Android/APIExample-Compose/gradle.properties

Lines changed: 1 addition & 1 deletion
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.1
25+
rtc_sdk_version = 4.5.2

Android/APIExample-Compose/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
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.1"
15+
#agoraSdk = "4.5.2"
1616
okhttp = "4.10.0"
1717

1818
[libraries]

Android/APIExample/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ simpleFilter = false
2323
# read enable stream encrypt section on README first before set this flag to TRUE
2424
streamEncrypt = false
2525

26-
rtc_sdk_version = 4.5.1
26+
rtc_sdk_version = 4.5.2

iOS/APIExample-Audio/Podfile

Lines changed: 2 additions & 2 deletions
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.1'
10+
pod 'AgoraAudio_iOS', '4.5.2'
1111
# pod 'sdk', :path => 'sdk.podspec'
1212
end
1313

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

iOS/APIExample-OC/Podfile

Lines changed: 2 additions & 2 deletions
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.1'
5+
pod 'AgoraRtcEngine_iOS', '4.5.2'
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.1 true")
29+
# system("sh .download_script.sh 4.5.2 true")
3030
end

iOS/APIExample-SwiftUI/Podfile

Lines changed: 2 additions & 2 deletions
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.1'
5+
pod 'AgoraRtcEngine_iOS', '4.5.2'
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.1 true")
36+
# system("sh .download_script.sh 4.5.2 true")
3737
end

iOS/APIExample/Podfile

Lines changed: 2 additions & 2 deletions
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.1'
7+
pod 'AgoraRtcEngine_iOS', '4.5.2'
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.1 true")
42+
# system("sh .download_script.sh 4.5.2 true")
4343
end

iOS/APIExample/bytedEffect.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "bytedEffect"
3-
s.version = "4.5.1"
3+
s.version = "4.5.2"
44
s.license = { "type" => "Copyright", "text" => "Copyright 2018 agora.io. All rights reserved.\n"}
55
s.homepage = 'https://github.com'
66
s.author = { "Agora Lab" => "developer@agora.io" }

macOS/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

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

0 commit comments

Comments
 (0)