Skip to content

Releases: EmergeTools/emerge-android

gradle-plugin-v4.4.0

24 Apr 16:08
e143254
Compare
Choose a tag to compare

What's Changed

  • Generating snapshots for third party libraries is now removed along with the emerge.experimental.firstPartySnapshots option. @runningcode in #581

Full Changelog: gradle-plugin-v4.3.1...gradle-plugin-v4.4.0

Snapshots v1.4.1

15 Apr 12:28
832e42b
Compare
Choose a tag to compare

What's Changed

  • Use Moshi instead of KotlinX Serialization to prevent version conflicts in #574

Full Changelog: snapshots-v1.4.0...snapshots-v1.4.1

Snapshots v1.4.0

25 Mar 16:35
e5c9c2e
Compare
Choose a tag to compare

1.4.0 - 2025-03-25

  • Remove snapshots-shared
    module/dependency. #550
  • Add @EmergeSnapshotConfig annotation for setting ignore and
    precision. #538
  • Deprecate @IgnoreEmergeSnapshot in favor of
    @EmergeSnapshotConfig. #538
  • Support existing ComposeSnapshots json and List<ComposePreviewSnapshotConfig> json for local
    invoking. #533

Gradle Plugin v4.3.1

25 Mar 16:04
7d90ac3
Compare
Choose a tag to compare

4.3.1 - 2025-03-21

  • Support new @EmergeSnapshotConfig annotation from snapshots version
    1.3.4. #538
  • Local snapshots task now only generates previews for first-party snapshots from
    4.3.0. #533
  • Support ignoring private previews for first-party snapshot
    generation. #532
  • Remove includePreviewParamPreviews configuration
    option. #535

Gradle Plugin v4.3.0

17 Mar 10:38
Compare
Choose a tag to compare

What's Changed

  • Behavior Change: Do not generate snapshots for third party libraries containing compose previews. To re-enable the old behavior including third party snapshots use emerge.experimental.firstPartySnapshots=false in your gradle.properties.
  • Add Develocity Build Scan links for upload urls #525

Full Changelog: gradle-plugin-v4.2.1...gradle-plugin-v4.3.0

Gradle Plugin v4.2.1

06 Mar 17:44
9653424
Compare
Choose a tag to compare
  • Disable caching of LocalSnapshots task since it depends on emulator state #511

Reaper v1.0.1

05 Mar 15:21
ef0c34f
Compare
Choose a tag to compare

1.0.1 - 2025-03-05

  • Add Reaper.fuseOff(). #491

Gradle Plugin v4.2.0

03 Mar 20:22
7f5e80e
Compare
Choose a tag to compare
  • Shade/relocate dependencies to avoid conflicts with other plugins #453

Distribution v0.0.4

03 Mar 15:31
a2ff121
Compare
Choose a tag to compare

0.0.4 - 2025-01-16

  • send distribution version with request. #385

Gradle Plugin v4.1.0

27 Feb 18:16
18ee6dc
Compare
Choose a tag to compare
  • Drop support for AGP 7.X versions and Java 11, minimum version is now AGP 8.0.0 and Java 17