Skip to content

Commit c23799a

Browse files
committed
readme update
1 parent b72ba41 commit c23799a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 3.0.7
1+
Version 3.0.7/ Android x version 3.1.1
22
Added new pauseAll method on Fetch.
33
Added new resumeAll method on Fetch.
44
Better logging.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ implementation "com.tonyodev.fetch2:fetch2:3.0.7"
5454
```
5555
Androidx use:
5656
```java
57-
implementation "androidx.tonyodev.fetch2:xfetch2:3.1.0"
57+
implementation "androidx.tonyodev.fetch2:xfetch2:3.1.1"
5858
```
5959

6060
Next, get an instance of Fetch and request a download.
@@ -224,7 +224,7 @@ implementation "com.tonyodev.fetch2okhttp:fetch2okhttp:3.0.7"
224224
```
225225
Androidx use:
226226
```java
227-
implementation "androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.0"
227+
implementation "androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.1"
228228
```
229229

230230
Set the OkHttp Downloader for Fetch to use.
@@ -250,7 +250,7 @@ implementation "com.tonyodev.fetch2rx:fetch2rx:3.0.7"
250250
```
251251
Androidx use:
252252
```java
253-
implementation "androidx.tonyodev.fetch2rx:xfetch2rx:3.1.0"
253+
implementation "androidx.tonyodev.fetch2rx:xfetch2rx:3.1.1"
254254
```
255255

256256
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"
290290
```
291291
Androidx use:
292292
```java
293-
implementation "androidx.tonyodev.fetch2fileserver:xfetch2fileserver:3.1.0"
293+
implementation "androidx.tonyodev.fetch2fileserver:xfetch2fileserver:3.1.1"
294294
```
295295

296296
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"
403403
```
404404
Androidx use:
405405
```java
406-
implementation "androidx.tonyodev.fetchmigrator:xfetchmigrator:3.1.0"
406+
implementation "androidx.tonyodev.fetchmigrator:xfetchmigrator:3.1.1"
407407
```
408408

409409
Then run the Migrator.

0 commit comments

Comments
 (0)