Skip to content

Commit c02a996

Browse files
authored
Update android.md
1 parent 5f9c221 commit c02a996

File tree

1 file changed

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

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ Click `Finish`.
4141

4242
In your app level (**app folder**) `UILibraryQuickStart/app/build.gradle`, add the following dependency.
4343

44+
```groovy
45+
android {
46+
...
47+
packagingOptions {
48+
pickFirst 'META-INF/*'
49+
}
50+
...
51+
}
52+
```
53+
4454
```groovy
4555
dependencies {
4656
...

0 commit comments

Comments
 (0)