Follow these steps to add the Visa sensory branding dependencies to your app.
- Add the Visa sensory brandingAARfile to thelibsfolder that you created when you added the Kernel in the Cloud dependencies.
ADDITIONAL INFORMATION
For more information, see Adding Kernel in the Cloud Dependencies. - Add the sensory branding library to your app's dependencies.
ADDITIONAL INFORMATION
dependencies { implementation(name = "visa-sensory-branding-2.1 ", ext = "aar", group = "") ... }