Skip to content

Releases: trevjonez/AndroidGithubReleasePlugin

1.2.1

01 Jul 23:08
6ebcbfb
Compare
Choose a tag to compare

Jitpack compat fix. functionally the same as 1.2.0

Lazy Gradle Api's

01 Jul 22:55
2c251ce
Compare
Choose a tag to compare

The project is now lazy api friendly and uses more typical api's for cascading inputs to tasks.
This also fixes compatibility issues with newer versions of the android gradle plugin.

It is now also being published to the gradle plugin portal.

1.0.2

14 Apr 21:39
04821ca
Compare
Choose a tag to compare

Added additional logging to help detect issues when gradle is invoked with --info

Updated test cases to gradle 3.5 with android 2.3.1 plugin

implementation changes that don't effect consumption.

Bug fix

06 Oct 16:56
Compare
Choose a tag to compare

Fixes an issue with the tag modifier logic trying to cast a GString to String.
This relaxes it to a char sequence..

Initial release

17 Aug 04:33
Compare
Choose a tag to compare
Readme updates

Remove okhttp logger to reduce dependency list. Left code in place commented to enable ease of use in the future.

Remove unused rx dependencies

finish maven config for jitpack

Jitpack Publishing Test

17 Aug 04:19
Compare
Choose a tag to compare
Pre-release

This release is intended to verify all maven configuration leading up the initial 1.0 release. If all is well 1.0 will be release against the same commit.