Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofrancis committed May 21, 2019
1 parent b72ba41 commit c23799a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 3.0.7
Version 3.0.7/ Android x version 3.1.1
Added new pauseAll method on Fetch.
Added new resumeAll method on Fetch.
Better logging.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ implementation "com.tonyodev.fetch2:fetch2:3.0.7"
```
Androidx use:
```java
implementation "androidx.tonyodev.fetch2:xfetch2:3.1.0"
implementation "androidx.tonyodev.fetch2:xfetch2:3.1.1"
```

Next, get an instance of Fetch and request a download.
Expand Down Expand Up @@ -224,7 +224,7 @@ implementation "com.tonyodev.fetch2okhttp:fetch2okhttp:3.0.7"
```
Androidx use:
```java
implementation "androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.0"
implementation "androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.1"
```

Set the OkHttp Downloader for Fetch to use.
Expand All @@ -250,7 +250,7 @@ implementation "com.tonyodev.fetch2rx:fetch2rx:3.0.7"
```
Androidx use:
```java
implementation "androidx.tonyodev.fetch2rx:xfetch2rx:3.1.0"
implementation "androidx.tonyodev.fetch2rx:xfetch2rx:3.1.1"
```

RxFetch makes it super easy to enqueue download requests and query downloads using rxJava2 functional methods.
Expand Down Expand Up @@ -290,7 +290,7 @@ implementation "com.tonyodev.fetch2fileserver:fetch2fileserver:3.0.7"
```
Androidx use:
```java
implementation "androidx.tonyodev.fetch2fileserver:xfetch2fileserver:3.1.0"
implementation "androidx.tonyodev.fetch2fileserver:xfetch2fileserver:3.1.1"
```

Start a FetchFileServer instance and add resource files that it can server to connected clients.
Expand Down Expand Up @@ -403,7 +403,7 @@ implementation "com.tonyodev.fetchmigrator:fetchmigrator:3.0.7"
```
Androidx use:
```java
implementation "androidx.tonyodev.fetchmigrator:xfetchmigrator:3.1.0"
implementation "androidx.tonyodev.fetchmigrator:xfetchmigrator:3.1.1"
```

Then run the Migrator.
Expand Down

0 comments on commit c23799a

Please sign in to comment.