Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasta committed Apr 13, 2017
1 parent d1af809 commit 8a9fb55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@ begin.
### Download
Download [the latest JARs](https://github.com/facebook/stetho/releases/latest) or grab via Gradle:
```groovy
compile 'com.facebook.stetho:stetho:1.4.2'
compile 'com.facebook.stetho:stetho:1.5.0'
```
or Maven:
```xml
<dependency>
<groupId>com.facebook.stetho</groupId>
<artifactId>stetho</artifactId>
<version>1.4.2</version>
<version>1.5.0</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-okhttp3:1.4.2'
compile 'com.facebook.stetho:stetho-okhttp3:1.5.0'
```
or:
```groovy
compile 'com.facebook.stetho:stetho-urlconnection:1.4.2'
compile 'com.facebook.stetho:stetho-urlconnection:1.5.0'
```

You can also enable a JavaScript console with:

```groovy
compile 'com.facebook.stetho:stetho-js-rhino:1.4.2'
compile 'com.facebook.stetho:stetho-js-rhino:1.5.0'
```
For more details on how to customize the JavaScript runtime see [stetho-js-rhino](stetho-js-rhino/).

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.4.3-SNAPSHOT
VERSION_NAME=1.5.0
GROUP=com.facebook.stetho

0 comments on commit 8a9fb55

Please sign in to comment.