Releases: EmergeTools/emerge-android
Releases · EmergeTools/emerge-android
gradle-plugin-v4.4.0
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
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
1.4.0 - 2025-03-25
- Remove
snapshots-shared
module/dependency. #550 - Add
@EmergeSnapshotConfig
annotation for settingignore
and
precision
. #538 - Deprecate
@IgnoreEmergeSnapshot
in favor of
@EmergeSnapshotConfig
. #538 - Support existing
ComposeSnapshots
json andList<ComposePreviewSnapshotConfig>
json for local
invoking. #533
Gradle Plugin v4.3.1
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
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 yourgradle.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
- Disable caching of
LocalSnapshots
task since it depends on emulator state #511
Reaper v1.0.1
1.0.1 - 2025-03-05
- Add
Reaper.fuseOff()
. #491
Gradle Plugin v4.2.0
- Shade/relocate dependencies to avoid conflicts with other plugins #453
Distribution v0.0.4
0.0.4 - 2025-01-16
- send distribution version with request. #385
Gradle Plugin v4.1.0
- Drop support for AGP 7.X versions and Java 11, minimum version is now AGP 8.0.0 and Java 17