Follow these steps to add the Mastercard sonic branding files to your app.
  1. Download the sonic branding files provided to you by Mastercard.

    ADDITIONAL INFORMATION

  2. Add the Mastercard sonic branding
    AAR
    file to the
    libs
    folder that you created when you added the Kernel in the Cloud dependencies.

    ADDITIONAL INFORMATION

    For more information, see Adding Kernel in the Cloud Dependencies.
  3. Add the sonic branding library to your app's dependencies.

    ADDITIONAL INFORMATION

    dependencies { implementation(name = "sonic-sdk-release-1.3.0 ", ext = "aar", group = "") ... }