Skip to content

Releases: trevjonez/composer-gradle-plugin

0.7.0

29 Aug 16:37
25e03f8
Compare
Choose a tag to compare

lazy task apis with gradle.
more consistent handling of file paths
latest kotlin/composer/gradle dependencies

If you run into issues please make sure you have updated your gradle version to the latest stable.

0.6.0: Merge pull request #17 from trevjonez/composer_032

06 Apr 21:44
62aa4b5
Compare
Choose a tag to compare

latest composer version no longer needs package/runner args.

update other deps as well.

0.5.2

24 Feb 00:16
6d4e4fa
Compare
Choose a tag to compare

Composer/Kotlin version bumps

0.5.1

28 Dec 22:44
78bd49c
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

dependency version updates

0.5.0

10 Nov 17:32
cdd5985
Compare
Choose a tag to compare

apk installation timout

0.4.1

30 Oct 16:08
cf10249
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Fix bug that would cause composer to hang when multiple inst args where passed.

0.4.0

28 Oct 18:55
e7589dc
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

AGP 3.0.0 support
composer 0.2.7 support

0.3.0

29 Sep 04:07
21269ac
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Adds print out of html report index file to gradle output if an index file exists.

0.2.0

19 Aug 19:21
f94a04c
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Add support for --devices and --device-pattern

0.1.4

31 Jul 18:08
bd215ed
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

Environment variables don't always propagate as expected when gradle is ran from android studio. So from here on out when the composer task is created via plugin we will configure the javaexec to have the environment variable ANDROID_HOME set based on what the android plugin reports as being the sdk directory.