Skip to content

Commit

Permalink
JitPackがm始まりのバージョンを上手く扱えないため、プリフィックスなしとする
Browse files Browse the repository at this point in the history
Signed-off-by: Zenichi Amano <[email protected]>
  • Loading branch information
crow-misia committed Feb 29, 2020
1 parent ae86390 commit dcaed67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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 All @@ -24,4 +24,3 @@ mvn install:install-file \
-Dversion=${VERSION} \
-DgroupId=com.github.crow-misia \
-DartifactId=libwebrtc-bin

0 comments on commit dcaed67

Please sign in to comment.