Skip to content

Commit

Permalink
Prepare for 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 8, 2014
1 parent acb8c73 commit 4a43e0a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

Version 1.1.2 *(2014-11-07)*
----------------------------

* Return file path from screenshot method.
* Expose 'failIfNoDeviceConnected' parameter in Maven plugin.
* Fix: Correct occasional CSS problems on the TV output.
* Fix: Force Google fonts to load over HTTPS.
* Fix: Update to latest 'ddmlib' to resolve conflicts with the Android Gradle plugin.


Version 1.1.1 *(2014-02-11)*
----------------------------

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ via Maven:
<dependency>
<groupId>com.squareup.spoon</groupId>
<artifactId>spoon-client</artifactId>
<version>(insert latest version)</version>
<version>1.1.1</version>
</dependency>
```

Expand All @@ -83,7 +83,7 @@ You can run Spoon as a standalone tool with your application and instrumentation
APKs.

```
java -jar spoon-runner-1.0.0-jar-with-dependencies.jar \
java -jar spoon-runner-1.1.1-jar-with-dependencies.jar \
--apk example-app.apk \
--test-apk example-tests.apk
```
Expand Down Expand Up @@ -114,7 +114,7 @@ Declare the plugin in the `pom.xml` for the instrumentation test module.
<plugin>
<groupId>com.squareup.spoon</groupId>
<artifactId>spoon-maven-plugin</artifactId>
<version>(insert latest version)</version>
<version>1.1.1</version>
</plugin>
```

Expand Down

0 comments on commit 4a43e0a

Please sign in to comment.