Skip to content

Commit 7e89374

Browse files
authored
Merge pull request #398 from AgoraIO/dev/4.4.1
Dev/4.4.1
2 parents 3e4a874 + 331da1c commit 7e89374

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

0 commit comments

Comments
 (0)