Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #120 from novoda/release
Browse files Browse the repository at this point in the history
Prepare bug fix release v1.7.1
  • Loading branch information
devisnik authored Feb 1, 2017
2 parents 023d238 + 9c902ea commit becc627
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.7.1

_2017-01-31_

- Fix a bug where system animation tasks output a non-actionable warning 6 times. [#119](https://github.com/novoda/gradle-android-command-plugin/pull/119)

# 1.7.0

_2017-01-11_
Expand Down Expand Up @@ -62,16 +68,16 @@ android {
- Refactor Category Filter feature [#92](https://github.com/novoda/gradle-android-command-plugin/pull/92)

# 1.5.0
- add support for launching via alias [#79 by Sebastian Schuberth](https://github.com/novoda/gradle-android-command-plugin/pull/79))
- add Stop and Start task [#78 by Sebastian Schuberth](https://github.com/novoda/gradle-android-command-plugin/pull/78))
- add support for launching via alias [#79 by Sebastian Schuberth](https://github.com/novoda/gradle-android-command-plugin/pull/79)
- add Stop and Start task [#78 by Sebastian Schuberth](https://github.com/novoda/gradle-android-command-plugin/pull/78)

# 1.4.0

- add Files task to support adb push / pull functionality (see sample project for an example)
- derive adb location from android plugin [#70 by Emanuele Zattin](https://github.com/novoda/gradle-android-command-plugin/pull/70))
- better exception on missing android plugin [#68 by Emanuele Zattin](https://github.com/novoda/gradle-android-command-plugin/pull/68))
- allow to specify seed in monkey task [#67 by Emanuele Zattin](https://github.com/novoda/gradle-android-command-plugin/pull/67))
- fix broken script task on GenyMotion [#59 by Eugen Martynov](https://github.com/novoda/gradle-android-command-plugin/pull/59))
- derive adb location from android plugin [#70 by Emanuele Zattin](https://github.com/novoda/gradle-android-command-plugin/pull/70)
- better exception on missing android plugin [#68 by Emanuele Zattin](https://github.com/novoda/gradle-android-command-plugin/pull/68)
- allow to specify seed in monkey task [#67 by Emanuele Zattin](https://github.com/novoda/gradle-android-command-plugin/pull/67)
- fix broken script task on GenyMotion [#59 by Eugen Martynov](https://github.com/novoda/gradle-android-command-plugin/pull/59)
- update to Gradle 2.2 (via wrapper)

# 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.novoda:gradle-android-command-plugin:1.7.0'
classpath 'com.novoda:gradle-android-command-plugin:1.7.1'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
}

group = 'com.novoda'
version = '1.7.0'
version = '1.7.1'

publish {
userOrg = 'novoda'
Expand Down

0 comments on commit becc627

Please sign in to comment.