Skip to content

Commit 9653424

Browse files
authored
Prepare for Gradle Plugin release v4.2.1 (#513)
1 parent 388f4de commit 9653424

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gradle-plugin/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 4.2.1 - 2025-03-06
9+
- Disable caching of `LocalSnapshots` task since it depends on emulator state [#511](https://github.com/EmergeTools/emerge-android/pull/511)
10+
811
## 4.2.0 - 2025-03-03
912
- Shade/relocate dependencies to avoid conflicts with other plugins [#453](https://github.com/EmergeTools/emerge-android/pull/453)
1013

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runtime-android = "1.7.6"
2828
foundation-layout-android = "1.7.6"
2929

3030
# internal
31-
emerge-gradle-plugin = "4.2.1-SNAPSHOT"
31+
emerge-gradle-plugin = "4.2.1"
3232
emerge-performance = "2.1.2"
3333
emerge-reaper = "1.0.2-SNAPSHOT"
3434
emerge-snapshots = "1.3.3"

0 commit comments

Comments
 (0)