File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
APIExample-Compose/gradle Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33def localSdkPath= " ${ rootProject.projectDir.absolutePath} /../../sdk"
4- def agoraSdkVersion = ' 4.4.0 '
4+ def agoraSdkVersion = ' 4.4.1 '
55
66android {
77 compileSdkVersion 32
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ composeBom = "2023.08.00"
1212loggingInterceptor = " 4.10.0"
1313materialIconsExtended = " 1.6.0"
1414navigationCompose = " 2.7.7"
15- agoraSdk = " 4.4.0 "
15+ agoraSdk = " 4.4.1 "
1616okhttp = " 4.10.0"
1717
1818[libraries ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
33apply from : " ${ rootDir.absolutePath} /git-hooks.gradle"
44apply from : ' vendors.gradle'
55
6- def agoraSdkVersion = " 4.4.0 "
6+ def agoraSdkVersion = " 4.4.1 "
77def localSdkPath= " ${ rootProject.projectDir.absolutePath} /../../sdk"
88
99
You can’t perform that action at this time.
0 commit comments