Skip to content

Commit 0380605

Browse files
committed
release for test.
1 parent c21aa83 commit 0380605

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Changelog
2+
23
--------------------------------------------
34

45
[104.5112.01] - 2022.07.12

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Step 2. Add the dependency
2222

2323
```gradle
2424
dependencies {
25-
implementation 'com.github.webrtc-sdk:android:104.5112.01'
25+
implementation 'com.github.webrtc-sdk:android-test:104.5112.01'
2626
}
2727
```

custom_setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VERSION=104.5112.01
66

77
RELEASE_VERSION=${VERSION}
88

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

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

0 commit comments

Comments
 (0)