Skip to content

Commit

Permalink
Merge pull request #77 from apivideo/feature/android_21_support
Browse files Browse the repository at this point in the history
feat(java): add support from Android 21 (instead of 24)
  • Loading branch information
bot-api-video authored Sep 26, 2023
2 parents dbfa9d0 + c5c4229 commit ef07d87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 @@ -27,7 +27,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>video.api</groupId>
<artifactId>android-api-client</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -37,7 +37,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.1"
implementation "video.api:android-api-client:1.5.2"
```

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

Then manually install the following JARs:

* `target/android-api-client-1.5.1.jar`
* `target/android-api-client-1.5.2.jar`
* `target/lib/*.jar`

## Code sample
Expand Down
6 changes: 3 additions & 3 deletions sdks/api-clients/apivideo-android-uploader-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>video.api</groupId>
<artifactId>android-video-uploader</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -37,7 +37,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
implementation "video.api:android-video-uploader:1.3.1"
implementation "video.api:android-video-uploader:1.3.2"
```

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

Then manually install the following JARs:

* `target/android-video-uploader-1.3.1.jar`
* `target/android-video-uploader-1.3.2.jar`
* `target/lib/*.jar`

## Code sample
Expand Down

0 comments on commit ef07d87

Please sign in to comment.