File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
23--------------------------------------------
34
45[ 104.5112.01] - 2022.07.12
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ VERSION=104.5112.01
66
77RELEASE_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
1111BUILD_DIR=build
1212mkdir -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
You can’t perform that action at this time.
0 commit comments