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 #97 from novoda/update-version-to-1.6
Browse files Browse the repository at this point in the history
Update version to 1.6 before releasing
  • Loading branch information
ouchadam authored Jul 6, 2016
2 parents 803ddca + 57393f3 commit b14b680
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.6.0
- Make the "start" task not depend on "install" [#83 by Sebastian Schuberth](https://github.com/novoda/gradle-android-command-plugin/pull/83)
- Minor formatting / wording improvements [#84 by Sebastian Schuberth](https://github.com/novoda/gradle-android-command-plugin/pull/84)
- Feature/add task for Activity Stack [#85 by Friedger Müffke](https://github.com/novoda/gradle-android-command-plugin/pull/85)
- Added support to custom flags in install task. [#86 by Sergey Chuvashev](https://github.com/novoda/gradle-android-command-plugin/pull/86)
- Add keyevent for "home" key [#87 by Stefan Hoth](https://github.com/novoda/gradle-android-command-plugin/pull/87)
- Move activity detection, add memoization [#88 by Volker Leck](https://github.com/novoda/gradle-android-command-plugin/pull/88)
- Adds feature to filter monkey by intent category [#90 by Jacek Szmelter](https://github.com/novoda/gradle-android-command-plugin/pull/90)
- Refactor Category Filter feature [#92 by Jacek Szmelter](https://github.com/novoda/gradle-android-command-plugin/pull/92)

# 1.5.0
- add support for launching via alias (`activity-alias`) (contribution by [Sebastian Schuberth](https://github.com/sschuberth) [#79](https://github.com/novoda/gradle-android-command-plugin/pull/79))
- add Stop and Start task (contribution by [Sebastian Schuberth](https://github.com/sschuberth) [#78](https://github.com/novoda/gradle-android-command-plugin/pull/78))
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.5.0'
classpath 'com.novoda:gradle-android-command-plugin:1.6.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle-android-command-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
}

group = 'com.novoda'
version = '1.5.0'
version = '1.6.0'

ext {
sourceCompatibility = 1.6
Expand Down

0 comments on commit b14b680

Please sign in to comment.