Skip to content

Commit

Permalink
Merge pull request #398 from AgoraIO/dev/4.4.1
Browse files Browse the repository at this point in the history
Dev/4.4.1
  • Loading branch information
weileifrank authored Sep 10, 2024
2 parents 3e4a874 + 331da1c commit 7e89374
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Android/APIExample-Audio/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

def localSdkPath= "${rootProject.projectDir.absolutePath}/../../sdk"
def agoraSdkVersion = '4.4.0'
def agoraSdkVersion = '4.4.1'

android {
compileSdkVersion 32
Expand Down
2 changes: 1 addition & 1 deletion Android/APIExample-Compose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ composeBom = "2023.08.00"
loggingInterceptor = "4.10.0"
materialIconsExtended = "1.6.0"
navigationCompose = "2.7.7"
agoraSdk = "4.4.0"
agoraSdk = "4.4.1"
okhttp = "4.10.0"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion Android/APIExample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply from: "${rootDir.absolutePath}/git-hooks.gradle"
apply from: 'vendors.gradle'

def agoraSdkVersion = "4.4.0"
def agoraSdkVersion = "4.4.1"
def localSdkPath= "${rootProject.projectDir.absolutePath}/../../sdk"


Expand Down

0 comments on commit 7e89374

Please sign in to comment.