Skip to content

Commit

Permalink
feat: 5.16.10.17706 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: William Wilkinson <[email protected]>
  • Loading branch information
wilkinson4 and William Wilkinson authored Dec 15, 2023
1 parent 84f6885 commit 02bb812
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {
Now you can add dependency:
```gradle
dependencies {
implementation 'com.github.zoom-us-community:jitpack-zoom-us:5.16.5.17050'
implementation 'com.github.zoom-us-community:jitpack-zoom-us:5.16.10.17706'
}
```

Expand All @@ -31,8 +31,9 @@ Note: You can use commit hash instead of Tag.

### Available Versions

| Tag | Dependencies | Notes |
| Tag | Dependencies | Notes |
| :-----------: |:-----------------| :---------------------------------------------------------------------- |
| 5.16.10.17706 | exoplayer:2.17.1 | |
| 5.16.5.17050 | exoplayer:2.17.1 | |
| 5.16.2.16555 | exoplayer:2.17.1 | |
| 5.15.12.10095 | exoplayer:2.17.1 | |
Expand Down
2 changes: 1 addition & 1 deletion docs/DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ We use git lfs to store artifacts. So probably you need to install it before: ht
Copy `*.aar` into libs.
Once sdk is ready, we need just to create git tag for the version.
```
git tag -a -m "5.16.5.17050" 5.16.5.17050 && git push --follow-tags
git tag -a -m "5.16.10.17706" 5.16.10.17706 && git push --follow-tags
```
It is enough to start using library.
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ before_install:


install:
- VERSION="-Dversion=5.13.10.12580"
- VERSION="-Dversion=5.16.10.17706"
- mvn install:install-file -Dfile=libs/commonlib.aar -DgroupId=com.zoom-community.sdk -DartifactId=commonlib $VERSION -Dpackaging=aar -DgeneratePom=true
- mvn install:install-file -Dfile=libs/mobilertc.aar -DgroupId=com.zoom-community.sdk -DartifactId=mobilertc $VERSION -Dpackaging=aar -DgeneratePom=true
4 changes: 2 additions & 2 deletions libs/commonlib.aar
Git LFS file not shown
4 changes: 2 additions & 2 deletions libs/mobilertc.aar
Git LFS file not shown

0 comments on commit 02bb812

Please sign in to comment.