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=2.2.0-RC13 ) ] ( https://bintray.com/tonyofrancis/maven/fetch2/2.2.0-RC13 /link )
3
+ [ ![ Download] ( https://api.bintray.com/packages/tonyofrancis/maven/fetch2/images/download.svg?version=2.2.0-RC14 ) ] ( https://bintray.com/tonyofrancis/maven/fetch2/2.2.0-RC14 /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
@@ -48,7 +48,7 @@ How to use Fetch
48
48
Using Fetch is easy! Just add the Gradle dependency to your application's build.gradle file.
49
49
50
50
``` java
51
- implementation " com.tonyodev.fetch2:fetch2:2.2.0-RC13 "
51
+ implementation " com.tonyodev.fetch2:fetch2:2.2.0-RC14 "
52
52
```
53
53
54
54
Next, get an instance of Fetch and request a download.
@@ -214,7 +214,7 @@ to use the OkHttp Downloader instead. You can create your own custom downloaders
214
214
if necessary. See the Java docs for details.
215
215
216
216
``` java
217
- implementation " com.tonyodev.fetch2okhttp:fetch2okhttp:2.2.0-RC13 "
217
+ implementation " com.tonyodev.fetch2okhttp:fetch2okhttp:2.2.0-RC14 "
218
218
```
219
219
Set the OkHttp Downloader for Fetch to use.
220
220
``` java
@@ -235,7 +235,7 @@ If you would like to take advantage of RxJava2 features when using Fetch,
235
235
add the following gradle dependency to your application's build.gradle file.
236
236
237
237
``` java
238
- implementation " com.tonyodev.fetch2rx:fetch2rx:2.2.0-RC13 "
238
+ implementation " com.tonyodev.fetch2rx:fetch2rx:2.2.0-RC14 "
239
239
```
240
240
241
241
RxFetch makes it super easy to enqueue download requests and query downloads using rxJava2 functional methods.
@@ -271,7 +271,7 @@ added in the coming days.
271
271
272
272
Start using FetchFileServer by adding the gradle dependency to your application's build.gradle file.
273
273
``` java
274
- implementation " com.tonyodev.fetch2fileserver:fetch2fileserver:2.2.0-RC13 "
274
+ implementation " com.tonyodev.fetch2fileserver:fetch2fileserver:2.2.0-RC14 "
275
275
```
276
276
277
277
Start a FetchFileServer instance and add resource files that it can server to connected clients.
@@ -380,7 +380,7 @@ Fetch1 Migration
380
380
381
381
Migrate downloads from Fetch1 to Fetch2 using the migration assistant. Add the following gradle dependency to your application's build.gradle file.
382
382
``` java
383
- implementation " com.tonyodev.fetchmigrator:fetchmigrator:2.2.0-RC13 "
383
+ implementation " com.tonyodev.fetchmigrator:fetchmigrator:2.2.0-RC14 "
384
384
```
385
385
386
386
Then run the Migrator.
0 commit comments