SDK Installation
Add dependency from the catalog to the application. Once the catalog is added to the project you can add the required SDK dependencies as shown below.
Add TargetOneMobileSDK.aar file in the libs folder in your project.
Copy
dependencies {
implementation files('libs/TargetOneMobileSDK.aar')
}