Skip to content

Commit a82828c

Browse files
authored
Update android.md
1 parent 516f898 commit a82828c

File tree

1 file changed

+5
-5
lines changed
  • articles/communication-services/quickstarts/ui-library/includes/get-started-call

1 file changed

+5
-5
lines changed

articles/communication-services/quickstarts/ui-library/includes/get-started-call/android.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Two maven repositories are required to integrate the library. MavenCentral is th
6565

6666
In your project gradle scripts ensure the following `repositories` are added.
6767

68-
For `Android Studio (2020.*)` the `repositories` are in `settings.gradle` `dependencyResolutionManagement(Gradle version 6.8 or greater)`.
69-
If you are using old versions of `Android Studio (4.*)` then the `repositories` will be in project level `build.gradle` `allprojects{}`.
68+
For `Android Studio (2020.*)`, the `repositories` are in `settings.gradle` `dependencyResolutionManagement(Gradle version 6.8 or greater)`.
69+
If you are using old versions of `Android Studio (4.*)`, then the `repositories` will be in project level `build.gradle` `allprojects{}`.
7070

7171
```groovy
7272
// dependencyResolutionManagement
@@ -366,7 +366,7 @@ callComposite.launch(context, remoteOptions);
366366
-----
367367
### Subscribe to error events from `CallComposite`
368368

369-
To receive error events register an `onErrorHandler` with the `CallComposite`.
369+
To receive error events, register an `onErrorHandler` with the `CallComposite`.
370370

371371
The following `errorCode` values may be sent to the Error Handler
372372

@@ -454,9 +454,9 @@ CallComposite callComposite =
454454
```
455455

456456
-----
457-
### Additional Features
457+
### More Features
458458

459-
The list of [use cases](../../../../concepts/ui-library/ui-library-use-cases.md) has detailed information of additional features.
459+
The list of [use cases](../../../../concepts/ui-library/ui-library-use-cases.md) has detailed information of more features.
460460

461461
-----
462462
### Add notifications into your mobile app

0 commit comments

Comments
 (0)