Qattah Pay Android SDK Library
Qattah Pay Android SDK Library is a payment integration library that allows merchants to accept payments in their Android applications.
Getting Started
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}dependencyResolutionManagement {
...
repositories {
...
maven { url 'https://jitpack.io' }
}
}dependencies {
implementation 'com.github.QattahPay:qattahpay-android-sdk:3.2.0@aar'
}Usage
License
Last updated