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