Skip to content

Commit

Permalink
Prepare for Gradle plugin release 4.0.0-beta02 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 authored Jul 24, 2024
1 parent c75522e commit 9406cca
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.0-beta02 - 2024-07-24

- Reaper instrumentation to use invoke-static rather than invoke-virtual. [#199](https://github.com/EmergeTools/emerge-android/pull/199)
- Add preflight task for Reaper. [#197](https://github.com/EmergeTools/emerge-android/pull/197)
- Set reaper manifest keys even when not enabled. [#192](https://github.com/EmergeTools/emerge-android/pull/192)

## 4.0.0-beta01 - 2024-07-10

- Add Reaper instrumentation and tasks.
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ benchmark-junit4 = "1.2.4"
mockito = "4.0.0"

# internal
emerge-gradle-plugin = "4.0.0-beta01"
emerge-gradle-plugin = "4.0.0-beta02"
emerge-peformance = "2.1.2"
emerge-reaper = "1.0.0-beta01"
emerge-snapshots = "1.1.4"
Expand Down

0 comments on commit 9406cca

Please sign in to comment.