Installation

Use our Android SDK to setup the Gameball Widget in the best way for your use-case.

Follow the below steps to start installing our Android SDK to your app:

  • Add the jetPack repository to your build file.

type to enter textallproject {
    repositories {
        ……
        maven { url "https://jitpack.io" }
    }
}
  • Add Gameball dependency to your app gradle module

  • Add firebase dependencies if they doesn’t exist in your gradle Module

Gradle Module:

If you are using Android X

implementation 'com.github.gameballers:gb-mobile-android:1.1.1'

Last updated