Skip to content

Configuration

bootpay edited this page Jan 16, 2018 · 12 revisions

build.gradle (Project: project name)

allprojects {
    repositories {
        ..
        maven { url "https://jitpack.io" }
    }
}

build.gradle (Module: module name)

dependencies {
    ..
    compile 'com.github.bootpay:client_android_java:1.0.9'
}

Clone this wiki locally