@@ -54,7 +54,7 @@ implementation "com.tonyodev.fetch2:fetch2:3.0.7"
54
54
```
55
55
Androidx use:
56
56
``` java
57
- implementation " androidx.tonyodev.fetch2:xfetch2:3.1.0 "
57
+ implementation " androidx.tonyodev.fetch2:xfetch2:3.1.1 "
58
58
```
59
59
60
60
Next, get an instance of Fetch and request a download.
@@ -224,7 +224,7 @@ implementation "com.tonyodev.fetch2okhttp:fetch2okhttp:3.0.7"
224
224
```
225
225
Androidx use:
226
226
``` java
227
- implementation " androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.0 "
227
+ implementation " androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.1 "
228
228
```
229
229
230
230
Set the OkHttp Downloader for Fetch to use.
@@ -250,7 +250,7 @@ implementation "com.tonyodev.fetch2rx:fetch2rx:3.0.7"
250
250
```
251
251
Androidx use:
252
252
``` java
253
- implementation " androidx.tonyodev.fetch2rx:xfetch2rx:3.1.0 "
253
+ implementation " androidx.tonyodev.fetch2rx:xfetch2rx:3.1.1 "
254
254
```
255
255
256
256
RxFetch makes it super easy to enqueue download requests and query downloads using rxJava2 functional methods.
@@ -290,7 +290,7 @@ implementation "com.tonyodev.fetch2fileserver:fetch2fileserver:3.0.7"
290
290
```
291
291
Androidx use:
292
292
``` java
293
- implementation " androidx.tonyodev.fetch2fileserver:xfetch2fileserver:3.1.0 "
293
+ implementation " androidx.tonyodev.fetch2fileserver:xfetch2fileserver:3.1.1 "
294
294
```
295
295
296
296
Start a FetchFileServer instance and add resource files that it can server to connected clients.
@@ -403,7 +403,7 @@ implementation "com.tonyodev.fetchmigrator:fetchmigrator:3.0.7"
403
403
```
404
404
Androidx use:
405
405
``` java
406
- implementation " androidx.tonyodev.fetchmigrator:xfetchmigrator:3.1.0 "
406
+ implementation " androidx.tonyodev.fetchmigrator:xfetchmigrator:3.1.1 "
407
407
```
408
408
409
409
Then run the Migrator.
0 commit comments