# Customize Minimum Android Version

The "Minimum Android version supported" feature allows you to set the minimum Android version required for your app. This ensures that your app runs smoothly and utilizes the features available in newer and older Android versions.

## **How to Configure**

<figure><img src="/files/DKfbC8VAbjHv1EB6xZg6" alt=""><figcaption></figcaption></figure>

### **Navigate to App Settings:**

* Open your Twinr dashboard.
* Go to the "App Settings" section from the left-side menu.

### **Set Minimum Android Version:**

* In the "App Settings" section, find the dropdown menu labeled "Minimum Android version supported."
* Select the desired Android version from the dropdown list. This will be the lowest Android version that can run your app.
* Here's a table of Android versions from 21 to 34 with their corresponding OS names:

<figure><img src="/files/sZi8OYQo7fpgw4KPA7yL" alt=""><figcaption></figcaption></figure>

### **Save Changes:**

* Click the "Save As a Draft" button at the bottom of the page to save your changes.
* Optionally, click the "Publish" button to apply the changes to your live app immediately.


---

# 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://help.twinr.dev/setup-branding-info/app-settings/customize-minimum-android-version.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.
