Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 399 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 399 Bytes

GDK for Android

Installation

GDK is available through JitPack. To install it, simply follow the instructions:

Add it in your root build.gradle at the end of repositories:

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

Add the dependency

implementation "com.github.blockstram:gdk_android:$gdk_version"