build.gradle
file in the app
folder.build.gradle
in app
folder (same file as before).updraftUrls['YOURPRODUCTFLAVOUR']
wrapped in updraftExtension
to the file.
In order to get the needed url, go to the Edit Panel of your Updraft App and get the https:// url part of the curl
command. (e.g. https://getupdraft.com/api/app_upload/.../.../). YourBuildVariant
should be replaced by the exact name your build variant. For example:updraft
+ buildVariant. The appropriate url will be choosen as destination. There is 1 task for every available buildVariant.
"Gradle Project" Window -> Tasks -> Other -> updraft... (e.g. updraftStagingRelease)
In order to use them, make sure that you build the project before.