Skip to content

Commit c9ec583

Browse files
updated version number in readme
1 parent 89e3d5b commit c9ec583

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,22 @@ Can be plugged in to any app which uses okhttp in their networking stack.
88

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

11+
````java
1112
allprojects {
1213
repositories {
1314
...
1415
maven { url "https://jitpack.io" }
1516
}
1617
}
18+
````
1719

1820
Add the dependency:
1921

22+
````java
2023
dependencies {
21-
compile 'com.github.flipkart-incubator:okhttp-stats:1.1.0'
24+
compile 'com.github.flipkart-incubator:okhttp-stats:1.1.1'
2225
}
23-
26+
````
2427

2528
## How to works
2629

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

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

99101

0 commit comments

Comments
 (0)