Skip to content

Releases: trevjonez/composer-gradle-plugin

1.0.0-rc09

23 May 23:10
a56f0a1
Compare
Choose a tag to compare

1.0.0-rc08

28 Aug 06:06
c90d84a
Compare
Choose a tag to compare

Gradle 6.4 Support

06 May 17:27
4352930
Compare
Choose a tag to compare

Gradle Cache Support

03 Jun 23:30
189b74a
Compare
Choose a tag to compare

extra annotations so gradle knows how to treat the apk's used as inputs to the composer invocation.

pending gradle 5.6 it seems before FROM CACHE will happen.

thanks @CristianGM 🎊

0.11.1

06 Apr 20:03
6f7afc1
Compare
Choose a tag to compare

with orchestrator cli output fix

AndroidX and plugin portal publishing

29 Mar 04:04
92c475f
Compare
Choose a tag to compare

Mostly bug fixes and quality of life items.

BREAKING CHANGE: plugin id changed from composer to com.trevjonez.composer in order to be gradle plugin portal compliant.

  • update to Composer 0.6.0 (androidx orchestrator support) 0.5 -> 0.6 has cli breaking change so you must be at 0.6 or greater.
  • possible breaking change: core and plugin modules were merged to plugin to be plugin portal compliant
  • target latest gradle version: 5.3.1

Gradle 5.0 Support

17 Jan 07:15
9424539
Compare
Choose a tag to compare
Merge pull request #34 from trevjonez/tjones/gradle_5+

latest gradle version support.

orchestrator and multi apk support

30 Oct 18:57
75b516f
Compare
Choose a tag to compare
Merge pull request #31 from CristianGM/increase-version-to-0.9.0

Increase version to 0.9.0

0.8.1: Merge pull request #27 from trevjonez/tjones/25

26 Sep 16:37
90391f0
Compare
Choose a tag to compare

Fix #25 regression of ANDROID_HOME behavior

Lib Support

18 Sep 22:43
f9303a6
Compare
Choose a tag to compare
Merge pull request #24 from trevjonez/tjones/overhaul

Tjones/overhaul