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:gameball-android:0.3.0’
If you are using Android support libraries:
implementation ‘com.github.gameballers:gb-mobile-android:0.2.1’