# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.getupdraft.com/integrations/teamcity-gradle.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
