Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageactionscript3
themeMidnight
allprojects {
    repositories {
        google()
        jcentermavenCentral() 
       maven {
            url 'http://dl.bintray.com/teamapt/MonnifyAndroidSdk'
        }
    }
}

To your app-level build.gradle file add:

Code Block
languageactionscript3
themeMidnight
dependencies {
    // ...
    implementation '"com.teamapt.monnify.android-sdk:monnify-android-sdk:1.01.20'2"
}

2. Create an instance of the Monnify SDK

...