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.11 ) ] ( https://bintray.com/tonyofrancis/maven/fetch2/3.0.11 /link )
3
+ [ ![ Download] ( https://api.bintray.com/packages/tonyofrancis/maven/fetch2/images/download.svg?version=3.0.12 ) ] ( https://bintray.com/tonyofrancis/maven/fetch2/3.0.12 /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
@@ -56,11 +56,11 @@ How to use Fetch
56
56
Using Fetch is easy! Just add the Gradle dependency to your application's build.gradle file.
57
57
58
58
``` java
59
- implementation " com.tonyodev.fetch2:fetch2:3.0.11 "
59
+ implementation " com.tonyodev.fetch2:fetch2:3.0.12 "
60
60
```
61
61
Androidx use:
62
62
``` java
63
- implementation " androidx.tonyodev.fetch2:xfetch2:3.1.5 "
63
+ implementation " androidx.tonyodev.fetch2:xfetch2:3.1.6 "
64
64
```
65
65
66
66
Next, get an instance of Fetch and request a download.
@@ -226,11 +226,11 @@ to use the OkHttp Downloader instead. You can create your custom downloaders
226
226
if necessary. See the Java docs for details.
227
227
228
228
``` java
229
- implementation " com.tonyodev.fetch2okhttp:fetch2okhttp:3.0.11 "
229
+ implementation " com.tonyodev.fetch2okhttp:fetch2okhttp:3.0.12 "
230
230
```
231
231
Androidx use:
232
232
``` java
233
- implementation " androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.5 "
233
+ implementation " androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.6 "
234
234
```
235
235
236
236
Set the OkHttp Downloader for Fetch to use.
@@ -252,11 +252,11 @@ If you would like to take advantage of RxJava2 features when using Fetch,
252
252
add the following gradle dependency to your application's build.gradle file.
253
253
254
254
``` java
255
- implementation " com.tonyodev.fetch2rx:fetch2rx:3.0.11 "
255
+ implementation " com.tonyodev.fetch2rx:fetch2rx:3.0.12 "
256
256
```
257
257
Androidx use:
258
258
``` java
259
- implementation " androidx.tonyodev.fetch2rx:xfetch2rx:3.1.5 "
259
+ implementation " androidx.tonyodev.fetch2rx:xfetch2rx:3.1.6 "
260
260
```
261
261
262
262
RxFetch makes it super easy to enqueue download requests and query downloads using rxJava2 functional methods.
@@ -292,11 +292,11 @@ added in the coming days.
292
292
293
293
Start using FetchFileServer by adding the gradle dependency to your application's build.gradle file.
294
294
``` java
295
- implementation " com.tonyodev.fetch2fileserver:fetch2fileserver:3.0.11 "
295
+ implementation " com.tonyodev.fetch2fileserver:fetch2fileserver:3.0.12 "
296
296
```
297
297
Androidx use:
298
298
``` java
299
- implementation " androidx.tonyodev.fetch2fileserver:xfetch2fileserver:3.1.5 "
299
+ implementation " androidx.tonyodev.fetch2fileserver:xfetch2fileserver:3.1.6 "
300
300
```
301
301
302
302
Start a FetchFileServer instance and add resource files that it can serve to connected clients.
@@ -405,11 +405,11 @@ Fetch1 Migration
405
405
406
406
Migrate downloads from Fetch1 to Fetch2 using the migration assistant. Add the following gradle dependency to your application's build.gradle file.
407
407
``` java
408
- implementation " com.tonyodev.fetchmigrator:fetchmigrator:3.0.11 "
408
+ implementation " com.tonyodev.fetchmigrator:fetchmigrator:3.0.12 "
409
409
```
410
410
Androidx use:
411
411
``` java
412
- implementation " androidx.tonyodev.fetchmigrator:xfetchmigrator:3.1.5 "
412
+ implementation " androidx.tonyodev.fetchmigrator:xfetchmigrator:3.1.6 "
413
413
```
414
414
415
415
Then run the Migrator.
0 commit comments