From a1c537175e6e07b4db2231d209fa58f52f160073 Mon Sep 17 00:00:00 2001 From: Ralf Wondratschek Date: Tue, 15 Jun 2021 21:36:26 -0700 Subject: [PATCH] Releasing v2.3.2. --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 853f34cd3..034bc2ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.3.2 (2021-06-15) + +* Remove an accidental required dependency on the Android Gradle Plugin, see #323. +* Ensure that excluded bindings and modules are only excluded for the specific component that merges a scope and not all components merging the same scope, see #321. +* Disable precise Java tracking for the stub generating Kotlin compilation task when needed, see #324. + ## 2.3.1 (2021-06-09) * Ignore replaced bindings/modules from excluded bindings/modules, see #302. diff --git a/gradle.properties b/gradle.properties index 4cf58d431..0124fb891 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.squareup.anvil -VERSION_NAME=2.3.2-SNAPSHOT +VERSION_NAME=2.3.2 POM_DESCRIPTION=A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces. POM_INCEPTION_YEAR=2020