Skip to content

Commit

Permalink
Releasing v2.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Jun 16, 2021
1 parent bf25ddd commit a1c5371
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a1c5371

Please sign in to comment.