forked from ssseasonnn/RxDownload
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Deishelon edited this page Jan 29, 2019
·
1 revision
Welcome to the RxDownload wiki!
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
The latest version can be found under here --> https://github.com/Deishelon/RxDownload/releases
dependencies{
implementation 'com.github.Deishelon:RxDownload:<LATEST_VERSION>'
}
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>