Skip to main content
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:
<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):