Skip to content
Deishelon edited this page Jan 29, 2019 · 1 revision

Welcome to the RxDownload wiki!

How to Use

Step 1. Add the JitPack repository to your build file

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

Step 2. Add the dependency

The latest version can be found under here --> https://github.com/Deishelon/RxDownload/releases

dependencies{
    implementation 'com.github.Deishelon:RxDownload:<LATEST_VERSION>'
}

Step 3. Add permissions

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