Skip to content

Commit

Permalink
release for test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Oct 10, 2022
1 parent c21aa83 commit 0380605
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog

--------------------------------------------

[104.5112.01] - 2022.07.12
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Step 2. Add the dependency

```gradle
dependencies {
implementation 'com.github.webrtc-sdk:android:104.5112.01'
implementation 'com.github.webrtc-sdk:android-test:104.5112.01'
}
```
4 changes: 2 additions & 2 deletions custom_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ VERSION=104.5112.01

RELEASE_VERSION=${VERSION}

SDK_BIN_URL=https://github.com/webrtc-sdk/android/releases/download/${VERSION}/libwebrtc.aar
SDK_BIN_URL=https://github.com/webrtc-sdk/android-test/releases/download/${VERSION}/libwebrtc.aar

BUILD_DIR=build
mkdir -p ${BUILD_DIR}
Expand All @@ -20,4 +20,4 @@ mvn install:install-file \
-Dpackaging=aar \
-Dversion=${RELEASE_VERSION} \
-DgroupId=com.github.webrtc-sdk \
-DartifactId=android
-DartifactId=android-test

0 comments on commit 0380605

Please sign in to comment.