Installation
In order to install Gini Bank SDK, add the following code to the dependencies section in your build.gradle
file.
dependencies {
implementation 'net.gini.android:gini-bank-sdk:<latest-version>'
}
You can find the latest version here.
After syncing Gradle, start integrating the SDK.
Â