Installation
note
This is purely for 3rd party app integrations using the Production environment
You will need to add mavenCentral
and build info extractor to your gradle dependencies in your build.gradle -> buildscript{}
Also you will need to add the remote repository (maven url) to your gradle dependencies in your build.gradle -> allprojects{}
At the end of the file apply artifactory plugin
Add the dependency to a module that will be using the SDK:
Integrators (3rd Parties)
Additional Setup
The PaymentsSDK uses the Data Binding Library and therefore requires any module using the library to enable data binding.
More info can be found here: https://developer.android.com/jetpack/androidx/releases/databinding
Proguard Setup
If your project uses proguard for minification and obfuscation then add below rules to your proguard file
Sync the project, then if successful the dependency would have been downloaded and you should be ready to go!