You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -263,7 +263,7 @@ allprojects {
263
263
ext {
264
264
androidxTestVersion ="1.4.0"
265
265
appCompatVersion ="1.2.0"
266
-
azureCommunicationCommonVersion ="1.2.0"
266
+
azureCommunicationCommonVersion ="1.2.1"
267
267
azureCoreVersion ="1.0.0-beta.14"
268
268
jacksonVersion ="2.12.7"// Do not upgrade to 2.13.0 and above, as it introduced using an API not available in javax.xml.stream:stax-api:1.0-2. See: https://github.com/Azure/azure-sdk-for-android/issues/1017.
269
269
jacksonDatabindVersion ="2.12.7.1"// Need this to be a separate version to include a security fix.
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-chat/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Azure Communication Chat contains the APIs used in chat applications for Azure C
15
15
- A deployed Communication Services resource. You can use the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp) or the [Azure PowerShell](https://docs.microsoft.com/powershell/module/az.communication/new-azcommunicationservice) to set it up.
16
16
17
17
### Versions available
18
-
The current version of this library is **2.1.0-beta.1**.
18
+
The current version of this library is **2.0.3**.
19
19
20
20
### Include the package
21
21
To install the Azure Communication Chat libraries for Android, add them as dependencies within your
@@ -31,13 +31,13 @@ Add an `implementation` configuration to the `dependencies` block of your app's
0 commit comments