Skip to content
Roc Boronat edited this page Sep 15, 2015 · 3 revisions

To distribute the project, we're using the great Novoda's Bintray Release plugin.

So, to upload a new version to Bintray, update the publishVersion value at build.gradle, and call this in your Terminal:

gradlew clean build bintrayUpload -PbintrayUser=BINTRAY_USERNAME -PbintrayKey=BINTRAY_KEY -PdryRun=false

Clone this wiki locally