Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasta committed May 1, 2015
1 parent c76f069 commit af6c52b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@ begin.
### Download
Download [the latest JARs](https://github.com/facebook/stetho/releases/latest) or grab via Gradle:
```groovy
compile 'com.facebook.stetho:stetho:1.1.0'
compile 'com.facebook.stetho:stetho:1.1.1'
```
or Maven:
```xml
<dependency>
<groupId>com.facebook.stetho</groupId>
<artifactId>stetho</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Only the main `stetho` dependency is strictly required, however you may also wish to use one of the network helpers:

```groovy
compile 'com.facebook.stetho:stetho-okhttp:1.1.0'
compile 'com.facebook.stetho:stetho-okhttp:1.1.1'
```
or:
```groovy
compile 'com.facebook.stetho:stetho-urlconnection:1.1.0'
compile 'com.facebook.stetho:stetho-urlconnection:1.1.1'
```

### Putting it together
Expand Down

0 comments on commit af6c52b

Please sign in to comment.