Skip to content

Commit

Permalink
updated version number in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhramanan authored Jan 18, 2017
1 parent 89e3d5b commit c9ec583
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@ Can be plugged in to any app which uses okhttp in their networking stack.

Add it in your root build.gradle at the end of repositories:

````java
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
````

Add the dependency:

````java
dependencies {
compile 'com.github.flipkart-incubator:okhttp-stats:1.1.0'
compile 'com.github.flipkart-incubator:okhttp-stats:1.1.1'
}

````

## How to works

Expand Down Expand Up @@ -93,7 +96,6 @@ Head over to the [Wiki](https://github.com/Flipkart/okhttp-stats/wiki) page for
## Library Dependencies

* [OkHttp](https://github.com/square/okhttp)
* [Slf4J](http://www.slf4j.org/)
* [JUnit](http://junit.org/), [Roboelectric](http://robolectric.org/), [Mockito](http://mockito.org/)


Expand Down

0 comments on commit c9ec583

Please sign in to comment.