Skip to content

Commit e143254

Browse files
authored
Prepare for Gradle plugin release 4.4.0 (#589)
1 parent c30c5db commit e143254

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.4.0 - 2025-04-24
9+
- Generating snapshots for third party libraries is now removed along with the `emerge.experimental.firstPartySnapshots` option. [#581](https://github.com/EmergeTools/emerge-android/pull/581)
10+
811
## 4.3.1 - 2025-03-21
912

1013
- Support new `@EmergeSnapshotConfig` annotation from snapshots version

gradle/libs.versions.toml

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

3131
# internal
32-
emerge-gradle-plugin = "4.3.2-SNAPSHOT"
32+
emerge-gradle-plugin = "4.4.0"
3333
emerge-performance = "2.1.2"
3434
emerge-reaper = "1.0.2-SNAPSHOT"
3535
emerge-snapshots = "1.4.2-SNAPSHOT"

0 commit comments

Comments
 (0)