File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
11
## 4.2.0 - 2025-03-03
9
12
- Shade/relocate dependencies to avoid conflicts with other plugins [ #453 ] ( https://github.com/EmergeTools/emerge-android/pull/453 )
10
13
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ runtime-android = "1.7.6"
28
28
foundation-layout-android = " 1.7.6"
29
29
30
30
# internal
31
- emerge-gradle-plugin = " 4.2.1-SNAPSHOT "
31
+ emerge-gradle-plugin = " 4.2.1"
32
32
emerge-performance = " 2.1.2"
33
33
emerge-reaper = " 1.0.2-SNAPSHOT"
34
34
emerge-snapshots = " 1.3.3"
You can’t perform that action at this time.
0 commit comments