Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

v1.2.0 - 2015-08-11 bug fix for Android, breaking changes to import statements

Compare
Choose a tag to compare
@apatrida apatrida released this 11 Aug 20:12
· 161 commits to master since this release

see CHANGELOG.md for history of changes. And README.md for documentation.

Gradle:

compile "uy.kohesive.injekt:injekt-core:1.2.+"

Maven:

<dependency>
    <groupId>uy.kohesive.injekt</groupId>
    <artifactId>injekt-core</artifactId>
    <version>[1.2.0,1.3.0)</version>
</dependency>

  • [BREAKING CHANGE] Fixing #8 - Moved api classes to uy.kohesive.injekt.api package so that separate module jars do not have classes in the same package, breaking use in Android
  • [BREAKING CHANGE] Remove deprecated "injekt_" delegates (replaced with "inject_")