Teamcity with Gradle (Android)
TeamCity can be used to deploy Android and iOS apps to Updraft.
If the Updraft Gradle Plugin is included in the Android project, the setup on TeamCity only uses a few steps. First, a new build step of type “Gradle”should be added after assembling & building the app.

Add a new build step
In the build step, add the appropriate updraft Gradle task to Gradle task. In our case, this is updraftRelease.

Add appropriate gradle task
After saving the task, the Gradle plugin should locate the app files and upload them automatically to updraft.
Last modified 4yr ago