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 1, 2019 · 5 revisions

Setup

Step 1: Add the dependency

dependencies {
    ...
    /* media picker */
    implementation 'com.greentoad.turtlebody:media-picker:1.0.3'

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