1
1
2
2
[ ![ Build Status] ( https://travis-ci.org/tonyofrancis/Fetch.svg?branch=v2 )] ( https://travis-ci.org/tonyofrancis/Fetch )
3
- [ ![ Download] ( https://api.bintray.com/packages/tonyofrancis/maven/fetch2/images/download.svg?version=3.0.8 ) ] ( https://bintray.com/tonyofrancis/maven/fetch2/3.0.8 /link )
3
+ [ ![ Download] ( https://api.bintray.com/packages/tonyofrancis/maven/fetch2/images/download.svg?version=3.0.9 ) ] ( https://bintray.com/tonyofrancis/maven/fetch2/3.0.9 /link )
4
4
[ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-Android%20Networking-blue.svg?style=flat )] ( https://android-arsenal.com/details/1/5196 )
5
5
[ ![ License] ( https://img.shields.io/badge/license-Apache%202.0-blue.svg )] ( https://github.com/tonyofrancis/Fetch/blob/master/LICENSE )
6
6
@@ -50,11 +50,11 @@ How to use Fetch
50
50
Using Fetch is easy! Just add the Gradle dependency to your application's build.gradle file.
51
51
52
52
``` java
53
- implementation " com.tonyodev.fetch2:fetch2:3.0.8 "
53
+ implementation " com.tonyodev.fetch2:fetch2:3.0.9 "
54
54
```
55
55
Androidx use:
56
56
``` java
57
- implementation " androidx.tonyodev.fetch2:xfetch2:3.1.2 "
57
+ implementation " androidx.tonyodev.fetch2:xfetch2:3.1.3 "
58
58
```
59
59
60
60
Next, get an instance of Fetch and request a download.
@@ -220,11 +220,11 @@ to use the OkHttp Downloader instead. You can create your own custom downloaders
220
220
if necessary. See the Java docs for details.
221
221
222
222
``` java
223
- implementation " com.tonyodev.fetch2okhttp:fetch2okhttp:3.0.8 "
223
+ implementation " com.tonyodev.fetch2okhttp:fetch2okhttp:3.0.9 "
224
224
```
225
225
Androidx use:
226
226
``` java
227
- implementation " androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.2 "
227
+ implementation " androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.3 "
228
228
```
229
229
230
230
Set the OkHttp Downloader for Fetch to use.
@@ -246,11 +246,11 @@ If you would like to take advantage of RxJava2 features when using Fetch,
246
246
add the following gradle dependency to your application's build.gradle file.
247
247
248
248
``` java
249
- implementation " com.tonyodev.fetch2rx:fetch2rx:3.0.8 "
249
+ implementation " com.tonyodev.fetch2rx:fetch2rx:3.0.9 "
250
250
```
251
251
Androidx use:
252
252
``` java
253
- implementation " androidx.tonyodev.fetch2rx:xfetch2rx:3.1.2 "
253
+ implementation " androidx.tonyodev.fetch2rx:xfetch2rx:3.1.3 "
254
254
```
255
255
256
256
RxFetch makes it super easy to enqueue download requests and query downloads using rxJava2 functional methods.
@@ -286,11 +286,11 @@ added in the coming days.
286
286
287
287
Start using FetchFileServer by adding the gradle dependency to your application's build.gradle file.
288
288
``` java
289
- implementation " com.tonyodev.fetch2fileserver:fetch2fileserver:3.0.8 "
289
+ implementation " com.tonyodev.fetch2fileserver:fetch2fileserver:3.0.9 "
290
290
```
291
291
Androidx use:
292
292
``` java
293
- implementation " androidx.tonyodev.fetch2fileserver:xfetch2fileserver:3.1.2 "
293
+ implementation " androidx.tonyodev.fetch2fileserver:xfetch2fileserver:3.1.3 "
294
294
```
295
295
296
296
Start a FetchFileServer instance and add resource files that it can server to connected clients.
@@ -399,11 +399,11 @@ Fetch1 Migration
399
399
400
400
Migrate downloads from Fetch1 to Fetch2 using the migration assistant. Add the following gradle dependency to your application's build.gradle file.
401
401
``` java
402
- implementation " com.tonyodev.fetchmigrator:fetchmigrator:3.0.8 "
402
+ implementation " com.tonyodev.fetchmigrator:fetchmigrator:3.0.9 "
403
403
```
404
404
Androidx use:
405
405
``` java
406
- implementation " androidx.tonyodev.fetchmigrator:xfetchmigrator:3.1.2 "
406
+ implementation " androidx.tonyodev.fetchmigrator:xfetchmigrator:3.1.3 "
407
407
```
408
408
409
409
Then run the Migrator.
0 commit comments