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 #82 from novoda/chore/update_version
Browse files Browse the repository at this point in the history
Update version to 1.5.0
  • Loading branch information
devisnik committed Jul 10, 2015
2 parents bb0b47f + dde9351 commit 53c5eaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 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))

# 1.4.0

- add Files task to support adb push / pull functionality (see sample project for an example)
Expand Down
6 changes: 3 additions & 3 deletions gradle-android-command-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.novoda:bintray-release:0.2.4'
classpath 'com.novoda:bintray-release:0.3.2'
}
}

apply plugin: 'groovy'
apply plugin: 'bintray-release'
apply plugin: 'com.novoda.bintray-release'

dependencies {
compile gradleApi()
}

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

ext {
sourceCompatibility = 1.6
Expand Down

0 comments on commit 53c5eaf

Please sign in to comment.