Skip to content

Configuration

bootpay edited this page Jan 11, 2018 · 12 revisions

Android Studio

build.gradle (Project: project name)

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

build.gradle (Module: module name)

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

manifests.xml

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

Clone this wiki locally