Skip to content

Dagger 2.10-rc2

Compare
Choose a tag to compare
@ronshapiro ronshapiro released this 03 Mar 16:40
· 2397 commits to master since this release

Fixes from 2.10-rc1:

  • Move AndroidInjection.inject() before invocation super.lifecycleMethod() Fixes #598
  • Correctly publish dagger-android and dagger-android-support with an AndroidManifest.xml
  • Compile dagger and dagger-producers with -source 1.6 -target 1.6 so they can be used in Android
  • dagger-android-processor artifact added