Teamcity with Gradle (Android)

TeamCity can be used to deploy Android and iOS apps to Updraft.

With Updraft Gradle Plugin (Android)

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.

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

After saving the task, the Gradle plugin should locate the app files and upload them automatically to updraft.

Last updated