Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Developer Setup

Wangsun Hakhun edited this page May 6, 2019 · 2 revisions

Setup

Step 1: Add the dependency

dependencies {
    ...
    /*Doc picker */
    implementation 'com.greentoad.turtlebody.docpicker:doc-picker:1.0.1'

    /*for rxjava support*/
    implementation 'io.reactivex.rxjava2:rxjava:2.2.5'
    implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
}
Clone this wiki locally