File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
APIExample-Compose/gradle Expand file tree Collapse file tree 7 files changed +7
-7
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
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ target 'APIExample-Audio' do
1212end
1313
1414pre_install do |installer |
15- # system("sh .download_script.sh 4.3.2 true")
15+ # system("sh .download_script.sh 4.4.0 true")
1616end
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ target 'SimpleFilter' do
2323end
2424
2525pre_install do |installer |
26- # system("sh .download_script.sh 4.3.2 true")
26+ # system("sh .download_script.sh 4.4.0 true")
2727end
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ target 'SimpleFilter' do
3232end
3333
3434pre_install do |installer |
35- # system("sh .download_script.sh 4.3.2 true")
35+ # system("sh .download_script.sh 4.4.0 true")
3636end
Original file line number Diff line number Diff line change 1616
1717
1818post_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'
You can’t perform that action at this time.
0 commit comments