Skip to content

Commit

Permalink
Fix bug in publish aar script
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Apr 11, 2019
1 parent ef33826 commit fbb1b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_aar_to_jcenter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set -e
MY_ANDROID_HOME="${ANDROID_HOME:-$HOME/Android/Sdk}"
echo "Publishing.."
pushd android_aar
ANDROID_HOME=$MY_ANDROID_HOME ./gradlew bintrayUpload -PbintrayUser=daquexian566 -PbintrayKey=$BINTRAY_KEY -PdryRun=false
ANDROID_HOME=$MY_ANDROID_HOME ./gradlew bintrayUpload -PbintrayUser=daquexian566 -PbintrayKey=$1 -PdryRun=false
popd

0 comments on commit fbb1b88

Please sign in to comment.