Skip to content

Commit

Permalink
バージョンがインクリメントしていなかった
Browse files Browse the repository at this point in the history
Signed-off-by: Zenichi Amano <[email protected]>
  • Loading branch information
crow-misia committed Mar 2, 2020
1 parent a8f611d commit 42c8c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CCACHE_VERSION=3.7.7
WEBRTC_VERSION=m81.4044{\#7}
WEBRTC_SEMANTIC_VERSION=81.7.0
WEBRTC_SEMANTIC_VERSION=81.7.2
WEBRTC_COMMIT=fd07f6c6a13b0eea7648ff0f9a9895a6bb5ed20e

PACKAGE_NAMES= \
Expand Down
2 changes: 1 addition & 1 deletion publishAar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ while IFS="=" read -r key value; do
esac
done < ./VERSION

AAR_URL=https://github.com/crow-misia/libwebrtc-bin/releases/download/m${VERSION}/libwebrtc-android.tar.xz
AAR_URL=https://github.com/crow-misia/libwebrtc-bin/releases/download/${VERSION}/libwebrtc-android.tar.xz

echo AAR_URL=${AAR_URL}

Expand Down

0 comments on commit 42c8c49

Please sign in to comment.