> For the complete documentation index, see [llms.txt](https://docs.getupdraft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getupdraft.com/integrations/teamcity-gradle.md).

# Teamcity with Gradle (Android)

## **With Updraft Gradle Plugin (Android)**

If the [Updraft Gradle Plugin](/integrations/gradle.md) is included in the Android project, the setup on TeamCity only uses a few steps. First, a new **build step** of type **“Gradle”**&#x73;hould be added after assembling & building the app.&#x20;

![Add a new build step](/files/-LcWcPYU151C7gF6sOv-)

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

![Add appropriate gradle task](/files/-LcWcalTSt9ZWQeyKxAd)

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