Skip to content

Commit

Permalink
New Realease 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oussaki committed Oct 5, 2017
1 parent 973f39f commit e59542e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Sometimes you want your files to be in a certain order, for that you can achieve
```java
.Order(DownloadStrategy.FLAG_SEQUENTIAL)
```

* By default the downloader is using `FLAG_PARALLEL` to achieve more speed and performance

# Testing
Expand Down Expand Up @@ -169,7 +169,7 @@ Add the dependency to your `build.gradle`:

```groovy
dependencies {
compile 'com.github.oussaki:RxDownloader:0.2'
compile 'com.github.oussaki:RxDownloader:0.3'
}
```

Expand Down

2 comments on commit e59542e

@bonebizz21
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Download

@CaddyDz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Download what?

Please sign in to comment.