From 9406cca87ba4a4981a5bfee10c6f99e18f52d760 Mon Sep 17 00:00:00 2001 From: Ryan Brooks Date: Wed, 24 Jul 2024 01:11:17 -0700 Subject: [PATCH] Prepare for Gradle plugin release 4.0.0-beta02 (#203) --- gradle-plugin/CHANGELOG.md | 6 ++++++ gradle/libs.versions.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gradle-plugin/CHANGELOG.md b/gradle-plugin/CHANGELOG.md index 7eabc9a6..41333c24 100644 --- a/gradle-plugin/CHANGELOG.md +++ b/gradle-plugin/CHANGELOG.md @@ -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. diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e5a05b39..42b632f7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"