Skip to content

BrightwellPayments/readyremit-sdk-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Adding ReadyRemitSDK via Gradle

Information

Step-by-Step Guide:

Gradle

  1. Assure you have Maven Central repository in your project build.gradle:

    allProject {
        repositories {
            // ...
            mavenCentral()
        }
    }
  2. Add the dependencies in your module build.gradle file:

    dependencies {
         // ...
         implementation("io.github.brightwellpayments:ReadyRemitSDK:v8.0")
    }

Next steps

You can see how to configure ReadyRemitSDK on our documentation