Skip to content

Commit f05100e

Browse files
Code review fixes
1 parent 4e2f432 commit f05100e

File tree

1 file changed

+4
-4
lines changed
  • articles/communication-services/quickstarts/ui-library/includes/get-started-chat

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To add the repository:
6565
1. In your project Gradle scripts, ensure that the following repositories are added. For Android Studio (2020.\*), `repositories` is in `settings.gradle`, under `dependencyResolutionManagement(Gradle version 6.8 or greater)`. For earlier versions of Android Studio (4.\*), `repositories` is in the project-level `build.gradle`, under `allprojects{}`.
6666

6767
#### [Groovy](#tab/groovy)
68-
```groovy
68+
```groovy
6969
// dependencyResolutionManagement
7070
repositories {
7171
...
@@ -74,16 +74,16 @@ To add the repository:
7474
}
7575
...
7676
}
77-
```
77+
```
7878
#### [Kotlin](#tab/kotlin-maven)
79-
```kotlin
79+
```kotlin
8080
// dependencyResolutionManagement
8181
repositories {
8282
maven {
8383
url = uri("https://pkgs.dev.azure.com/MicrosoftDeviceSDK/DuoSDK-Public/_packaging/Duo-SDK-Feed/maven/v1")
8484
}
8585
}
86-
```
86+
```
8787

8888
1. Sync your project with the Gradle files. To sync the project, on the **File** menu, select **Sync Project With Gradle Files**.
8989

0 commit comments

Comments
 (0)