[Release] Chat-1.0.0 beta 3 (#887)
This commit is contained in:
Родитель
91d4019db3
Коммит
1f2aabcc4c
|
@ -6,7 +6,7 @@ buildscript {
|
|||
|
||||
ext {
|
||||
call_library_version_name = '1.5.0'
|
||||
chat_library_version_name = '1.0.0-beta.2'
|
||||
chat_library_version_name = '1.0.0-beta.3'
|
||||
|
||||
ui_library_version_code = getVersionCode()
|
||||
|
||||
|
@ -39,7 +39,7 @@ buildscript {
|
|||
}
|
||||
|
||||
// while modifying this version, make sure to modify in ChatContainer
|
||||
azure_chat_sdk_version = '2.0.0'
|
||||
azure_chat_sdk_version = '2.0.1'
|
||||
azure_common_sdk_version = '1.0.2'
|
||||
|
||||
jetbrains_kotlinx_coroutines_test_version = '1.6.0-native-mt'
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
## Latest Release
|
||||
|
||||
- Public Preview: [1.0.0-beta.2](https://github.com/Azure/communication-ui-library-android/releases/tag/chat-1.0.0-beta.2)
|
||||
- Public Preview: [1.0.0-beta.3](https://github.com/Azure/communication-ui-library-android/releases/tag/chat-1.0.0-beta.3)
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
@ -27,7 +27,7 @@ android {
|
|||
```groovy
|
||||
dependencies {
|
||||
...
|
||||
implementation 'com.azure.android:azure-communication-ui-chat:1.0.0-beta.2'
|
||||
implementation 'com.azure.android:azure-communication-ui-chat:1.0.0-beta.3'
|
||||
...
|
||||
}
|
||||
```
|
||||
|
|
|
@ -69,7 +69,7 @@ internal class ChatContainer(
|
|||
credential = remoteOptions.credential,
|
||||
applicationID = DiagnosticConfig().tag,
|
||||
sdkName = "com.azure.android:azure-communication-chat",
|
||||
sdkVersion = "2.0.0",
|
||||
sdkVersion = "2.0.1",
|
||||
threadId = remoteOptions.threadId,
|
||||
senderDisplayName = remoteOptions.displayName
|
||||
)
|
||||
|
|
|
@ -7,7 +7,7 @@ internal class DiagnosticConfig {
|
|||
val tag: String by lazy { getApplicationId() }
|
||||
|
||||
private fun getApplicationId(): String {
|
||||
val chatCompositeVersionName = "1.0.0-beta.2"
|
||||
val chatCompositeVersionName = "1.0.0-beta.3"
|
||||
val baseTag = "ac"
|
||||
// Tag template is: acXYYY/<version>
|
||||
// Where:
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Release History
|
||||
|
||||
## 1.0.0-beta.3 (2023-12-21)
|
||||
|
||||
### Other Changes
|
||||
- Update the dependency `azure-communication-chat` to `2.0.1` for the EUDB compliance.
|
||||
|
||||
|
||||
## 1.0.0-beta.2 (2023-03-01)
|
||||
|
||||
### Bugs Fixed
|
||||
|
|
Загрузка…
Ссылка в новой задаче