PayHere Android SDK Installation Add the following to your build.gradle file: Project-level build.gradle repositories { mavenCentral() maven { url 'https://jitpack.io' } } App-level build.gradle dependencies { implementation 'com.github.PayHereDevs:payhere-android-sdk:v3.0.17' }