You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,13 @@
2
2
3
3
## Next Version
4
4
5
+
## 1.0.6 (2020-07-29)
6
+
5
7
* Add the annotation artifact as an `implementation` dependency instead of `api`#40.
6
8
* Remove the strong dependency on the Android Gradle Plugin and allow Anvil to be used in pure JVM modules #39.
7
9
10
+
**Note:** This version is compatible with Kotlin `1.3.72` and `1.4.0-rc`. The [bug](https://youtrack.jetbrains.com/issue/KT-40214) that required special builds for the 1.4 milestone releases was fixed.
11
+
8
12
## 1.0.5-1.4-M3 (2020-07-24)
9
13
10
14
* Renamed the project from Hephaestus to Anvil #12. **IMPORTANT:** Anvil is not compatible with Hephaestus and you must upgrade the plugin in all of your libraries. The artifact coordinates changed, too.
Copy file name to clipboardExpand all lines: gradle.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
GROUP=com.squareup.anvil
2
-
VERSION_NAME=1.0.6-SNAPSHOT
2
+
VERSION_NAME=1.0.6
3
3
4
4
POM_DESCRIPTION=A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces.
0 commit comments