Skip to content

Commit 1f14460

Browse files
author
zhangwei
committed
feat(android): update version to 4.5.3
1 parent 40db5bc commit 1f14460

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

Android/APIExample-Audio/app/src/main/res/values/string_configs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
2424
PS: It is unsafe to place the App Certificate on the client side, it is recommended to place it on the server side to ensure that the App Certificate is not leaked.
2525
-->
26-
<string name="agora_app_certificate" translatable="false">YOUR APP CERTIFICATE</string>
26+
<string name="agora_app_certificate" translatable="false"></string>
2727

2828
</resources>

Android/APIExample-Audio/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ android.nonFinalResIds=false
2323
# read enable simple filter section on README first before set this flag to TRUE
2424
simpleFilter = false
2525

26-
rtc_sdk_version = 4.6.2
26+
rtc_sdk_version = 4.5.3

Android/APIExample-Audio/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ dependencyResolutionManagement {
1818
mavenCentral()
1919
}
2020
}
21-
rootProject.name = 'APIExample-Audio'
21+
rootProject.name = 'Agora-APIExample-Audio'
2222
include ':app'

Android/APIExample-Compose/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ kotlin.code.style=official
2222
# thereby reducing the size of the R class for that library
2323
android.nonTransitiveRClass=true
2424

25-
rtc_sdk_version = 4.6.2
25+
rtc_sdk_version = 4.5.3

Android/APIExample-Compose/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ dependencyResolutionManagement {
1919
}
2020
}
2121

22-
rootProject.name = "APIExample-Compose"
22+
rootProject.name = "Agora-APIExample-Compose"
2323
include(":app")

Android/APIExample/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ simpleFilter = false
2525
# read enable stream encrypt section on README first before set this flag to TRUE
2626
streamEncrypt = false
2727

28-
rtc_sdk_version = 4.6.2
28+
rtc_sdk_version = 4.5.3

Android/APIExample/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencyResolutionManagement {
2222
}
2323
}
2424
}
25-
rootProject.name = 'APIExample'
25+
rootProject.name = 'Agora-APIExample'
2626
include ':app'
2727
if (simpleFilter.toBoolean()) {
2828
include ':agora-simple-filter'

0 commit comments

Comments
 (0)