Skip to content

Commit 798b0e6

Browse files
committed
Merge tag '4.4.1' into dev/HarmonyOS_NEXT-Beta
2 parents 7781bc3 + 89427d6 commit 798b0e6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Android/APIExample-Audio/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
def localSdkPath= "${rootProject.projectDir.absolutePath}/../../sdk"
4-
def agoraSdkVersion = '4.4.0'
4+
def agoraSdkVersion = '4.4.1'
55

66
android {
77
compileSdkVersion 32

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.4.0"
15+
agoraSdk = "4.4.1"
1616
okhttp = "4.10.0"
1717

1818
[libraries]

Android/APIExample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
33
apply from: "${rootDir.absolutePath}/git-hooks.gradle"
44
apply from: 'vendors.gradle'
55

6-
def agoraSdkVersion = "4.4.0"
6+
def agoraSdkVersion = "4.4.1"
77
def localSdkPath= "${rootProject.projectDir.absolutePath}/../../sdk"
88

99

iOS/APIExample-Audio/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ target 'APIExample-Audio' do
1212
end
1313

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

iOS/APIExample-OC/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ target 'SimpleFilter' do
2323
end
2424

2525
pre_install do |installer|
26-
# system("sh .download_script.sh 4.3.2 true")
26+
# system("sh .download_script.sh 4.4.0 true")
2727
end

iOS/APIExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ target 'SimpleFilter' do
3232
end
3333

3434
pre_install do |installer|
35-
# system("sh .download_script.sh 4.3.2 true")
35+
# system("sh .download_script.sh 4.4.0 true")
3636
end

macOS/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616

1717

1818
post_install do |installer|
19-
# system("sh .download_script.sh 4.3.2 true")
19+
# system("sh .download_script.sh 4.4.0 true")
2020
installer.pods_project.targets.each do |target|
2121
target.build_configurations.each do |config|
2222
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '10.13'

0 commit comments

Comments
 (0)