We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed8401 commit 18b8a11Copy full SHA for 18b8a11
release.sh
@@ -57,7 +57,7 @@ gradle clean assembleRelease
57
read -p "Next, make sure this repo is clean and up to date. We will be kicking off a deploy to maven." DERP
58
#mvn clean
59
#mvn release:clean release:prepare release:perform -Dtag=v$VERSION
60
-#mvn install:install-file -Dfile=/Users/puf/Github/FirebaseUI-Android/library/build/outputs/aar/library-release.aar -DgroupId=com.firebase -DartifactId=firebase-ui -Dversion=0.0.3 -Dpackaging=aar
+mvn install:install-file -Dfile=library/build/outputs/aar/library-release.aar -DgroupId=com.firebase -DartifactId=firebase-ui -Dversion=$VERSION -Dpackaging=aar
61
62
63
if [[ $? -ne 0 ]]; then
0 commit comments