Skip to content

Release new version to Bintray JCenter

Jørund B. Fagerjord edited this page Jul 15, 2016 · 2 revisions

To upload a new version of the SDK to Bintray and JCenter do the following:

  1. If you haven't already done so make a new release on Github beforehand.
  2. From the command line run
./gradlew clean build bintrayUpload -PbintrayUser=<username> -PbintrayKey=<username_api_key> -PdryRun=false

Where the <username> is a Bintray user with proper access rights to the telenordigital organisation and connect-android-sdk package on Bintray. The <username_api_key> is the API Key found under https://bintray.com/profile/edit.

Clone this wiki locally