Skip to content

Commit 5a98046

Browse files
committed
updated readme
1 parent 93dfb41 commit 5a98046

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[![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)
44
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Android%20Networking-blue.svg?style=flat)](https://android-arsenal.com/details/1/5196)
55
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/tonyofrancis/Fetch/blob/master/LICENSE)
66

@@ -56,11 +56,11 @@ How to use Fetch
5656
Using Fetch is easy! Just add the Gradle dependency to your application's build.gradle file.
5757

5858
```java
59-
implementation "com.tonyodev.fetch2:fetch2:3.0.11"
59+
implementation "com.tonyodev.fetch2:fetch2:3.0.12"
6060
```
6161
Androidx use:
6262
```java
63-
implementation "androidx.tonyodev.fetch2:xfetch2:3.1.5"
63+
implementation "androidx.tonyodev.fetch2:xfetch2:3.1.6"
6464
```
6565

6666
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
226226
if necessary. See the Java docs for details.
227227

228228
```java
229-
implementation "com.tonyodev.fetch2okhttp:fetch2okhttp:3.0.11"
229+
implementation "com.tonyodev.fetch2okhttp:fetch2okhttp:3.0.12"
230230
```
231231
Androidx use:
232232
```java
233-
implementation "androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.5"
233+
implementation "androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.6"
234234
```
235235

236236
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,
252252
add the following gradle dependency to your application's build.gradle file.
253253

254254
```java
255-
implementation "com.tonyodev.fetch2rx:fetch2rx:3.0.11"
255+
implementation "com.tonyodev.fetch2rx:fetch2rx:3.0.12"
256256
```
257257
Androidx use:
258258
```java
259-
implementation "androidx.tonyodev.fetch2rx:xfetch2rx:3.1.5"
259+
implementation "androidx.tonyodev.fetch2rx:xfetch2rx:3.1.6"
260260
```
261261

262262
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.
292292

293293
Start using FetchFileServer by adding the gradle dependency to your application's build.gradle file.
294294
```java
295-
implementation "com.tonyodev.fetch2fileserver:fetch2fileserver:3.0.11"
295+
implementation "com.tonyodev.fetch2fileserver:fetch2fileserver:3.0.12"
296296
```
297297
Androidx use:
298298
```java
299-
implementation "androidx.tonyodev.fetch2fileserver:xfetch2fileserver:3.1.5"
299+
implementation "androidx.tonyodev.fetch2fileserver:xfetch2fileserver:3.1.6"
300300
```
301301

302302
Start a FetchFileServer instance and add resource files that it can serve to connected clients.
@@ -405,11 +405,11 @@ Fetch1 Migration
405405

406406
Migrate downloads from Fetch1 to Fetch2 using the migration assistant. Add the following gradle dependency to your application's build.gradle file.
407407
```java
408-
implementation "com.tonyodev.fetchmigrator:fetchmigrator:3.0.11"
408+
implementation "com.tonyodev.fetchmigrator:fetchmigrator:3.0.12"
409409
```
410410
Androidx use:
411411
```java
412-
implementation "androidx.tonyodev.fetchmigrator:xfetchmigrator:3.1.5"
412+
implementation "androidx.tonyodev.fetchmigrator:xfetchmigrator:3.1.6"
413413
```
414414

415415
Then run the Migrator.

0 commit comments

Comments
 (0)