Skip to content

Commit

Permalink
Prepare for Gradle plugin release 4.0.4 (#313)
Browse files Browse the repository at this point in the history
* Only use primary dex files for local snapshots

* Enforce start

* Stricter

* Prepare for Gradle plugin release 4.0.4
  • Loading branch information
rbro112 authored Dec 12, 2024
1 parent fd2d538 commit 5ba51dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions gradle-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 4.0.4 - 2024-12-12

Changes since 4.0.4-beta01:

- Skip non-`classes*.dex` files in local snapshotting. [312](https://github.com/EmergeTools/emerge-android/pull/312)

## 4.0.4-beta01 - 2024-12-10

- Update property access to support Gradle Plugin isolation (thanks
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runtime-android = "1.7.3"
foundation-layout-android = "1.7.3"

# internal
emerge-gradle-plugin = "4.0.4-beta01"
emerge-gradle-plugin = "4.0.4"
emerge-performance = "2.1.2"
emerge-reaper = "1.0.0"
emerge-snapshots = "1.3.0-rc03"
Expand Down

0 comments on commit 5ba51dd

Please sign in to comment.