Skip to content

1.0.2

Compare
Choose a tag to compare
@MatthiasRobbers MatthiasRobbers released this 24 Sep 00:55
· 5 commits to master since this release
  • Fix: Annotated methods are called before onCreate() (#13)

  • Update: Support annotations library to 26.0.2. This requires the new Google Maven Repository:

      google()
    

    or

      maven {
          url "https://maven.google.com"
      }