> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gameball.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

> Install Gameball Android SDK v3.1.1 and set up your project

This guide helps you set up your project and install the **Gameball Android SDK v3.1.1**.\
After completing these steps, proceed to **Initialize the SDK** to start using Gameball in your app.

***

## Requirements

Your project must meet the following minimum requirements:

* **Minimum SDK Version:** 21 (Android 5.0)
* **Target SDK Version:** 34
* **Kotlin:** 2.0.0+
* **AndroidX:** Required
* **Internet permission** in your `AndroidManifest.xml`:

```xml theme={null}
<uses-permission android:name="android.permission.INTERNET" />
```

***

## Install the SDK

### 1. Add Repositories

Add the required repositories to your **project-level** settings.gradle (or build.gradle for older projects):
