Skip to content

Commit

Permalink
Update VideoStatusIngest enum descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-api-video authored Feb 19, 2024
1 parent 83ce40a commit 28a7f1d
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 @@ -34,7 +34,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>video.api</groupId>
<artifactId>android-api-client</artifactId>
<version>1.5.3</version>
<version>1.5.5</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -44,7 +44,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.5.3"
implementation "video.api:android-api-client:1.5.5"
```

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

Then manually install the following JARs:

* `target/android-api-client-1.5.3.jar`
* `target/android-api-client-1.5.5.jar`
* `target/lib/*.jar`

### Code sample
Expand Down

0 comments on commit 28a7f1d

Please sign in to comment.