Skip to content

Commit

Permalink
Merge pull request #370 from apivideo/android-client-sort-params-in-a…
Browse files Browse the repository at this point in the history
…nalytics

[SDK README - api.video-android-client] Add sort parameters in analytics routes
  • Loading branch information
ThibaultBee authored Sep 9, 2024
2 parents 757a7b0 + 8a7fdf7 commit 3d6c3a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdks/api-clients/apivideo-android-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>video.api</groupId>
<artifactId>android-api-client</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -41,7 +41,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
implementation "video.api:android-api-client:1.6.0"
implementation "video.api:android-api-client:1.6.1"
```

#### Others
Expand All @@ -54,7 +54,7 @@ mvn clean package

Then manually install the following JARs:

* `target/android-api-client-1.6.0.jar`
* `target/android-api-client-1.6.1.jar`
* `target/lib/*.jar`

### Code sample
Expand Down

0 comments on commit 3d6c3a2

Please sign in to comment.