@@ -62,7 +62,7 @@ allprojects {
62
62
63
63
Add the Gradle dependency to your application's build.gradle file.
64
64
``` groovy
65
- implementation "com.github.tonyofrancis.Fetch:fetch2:3.3 .0"
65
+ implementation "com.github.tonyofrancis.Fetch:fetch2:3.4 .0"
66
66
```
67
67
68
68
Next, get an instance of Fetch and request a download.
@@ -228,7 +228,7 @@ to use the OkHttp Downloader instead. You can create your custom downloaders
228
228
if necessary. See the Java docs for details.
229
229
230
230
``` groovy
231
- implementation "com.github.tonyofrancis.Fetch:fetch2okhttp:3.3 .0"
231
+ implementation "com.github.tonyofrancis.Fetch:fetch2okhttp:3.4 .0"
232
232
```
233
233
234
234
Set the OkHttp Downloader for Fetch to use.
@@ -250,7 +250,7 @@ If you would like to take advantage of RxJava2 features when using Fetch,
250
250
add the following gradle dependency to your application's build.gradle file.
251
251
252
252
``` groovy
253
- implementation "com.github.tonyofrancis.Fetch:fetch2rx:3.3 .0"
253
+ implementation "com.github.tonyofrancis.Fetch:fetch2rx:3.4 .0"
254
254
```
255
255
256
256
RxFetch makes it super easy to enqueue download requests and query downloads using rxJava2 functional methods.
@@ -287,7 +287,7 @@ added in the coming days.
287
287
Start using FetchFileServer by adding the gradle dependency to your application's build.gradle file.
288
288
289
289
``` groovy
290
- implementation "com.github.tonyofrancis.Fetch:fetch2fileserver:3.3 .0"
290
+ implementation "com.github.tonyofrancis.Fetch:fetch2fileserver:3.4 .0"
291
291
```
292
292
293
293
Start a FetchFileServer instance and add resource files that it can serve to connected clients.
@@ -397,7 +397,7 @@ Fetch1 Migration
397
397
Migrate downloads from Fetch1 to Fetch2 using the migration assistant. Add the following gradle dependency to your application's build.gradle file.
398
398
399
399
``` groovy
400
- implementation "com.github.tonyofrancis.Fetch:fetchmigrator:3.3 .0"
400
+ implementation "com.github.tonyofrancis.Fetch:fetchmigrator:3.4 .0"
401
401
```
402
402
403
403
Then run the Migrator.
0 commit comments