Skip to content

Commit

Permalink
Merge pull request #180 from jasta/release-1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
jasta committed May 1, 2015
2 parents b2f732a + af6c52b commit 6c0d706
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Change Log
==========

## Version 1.1.1

_2015-05-01_

* **Updated patent grant!**
See https://code.facebook.com/posts/1639473982937255/updating-our-open-source-patent-grant/

* New: `stetho-timber` added to redirect log messages to the Stetho console.
* Fix #140: More efficient and simpler Fragment accessor code.
* Fix #123: All view inspection features are now available for ICS (API 15)
and up (some features required JB MR2, API 18).
* Fix #154: Fix subtle race when a database is removed after the DevTools
UI is opened.
* Fix #151: Crash when rapidly adding/removing SharedPreferences keys.
* Fix #142: View inspection "hit testing" didn't work as intended with its
two-pass design.
* Fix: Ignore extraneous files when WAL is enabled for SQLite databases.

## Version 1.1.0

_2015-04-02_
Expand Down
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 6c0d706

Please sign in to comment.