Skip to content

Releases: alter-ego/advanced-android-logger

Release 1.0.8

22 Mar 00:24

Choose a tag to compare

  • updated gradle plugin to 1.5.0 (was 1.3.0)
  • updated build tools to 23.0.2 (was 23.0.1)
  • added StandardOutputLogger and useStandardOutput boolean flag to DetailedAndroidLogger constructor to use this logger (useful for unit tests, instead of printing to LogCat it prints to standard output)

Release 1.0.7

16 Oct 12:13

Choose a tag to compare

Release 1.0.7

Release 1.0.6

15 Oct 15:32

Choose a tag to compare

  • Update Gradle file
  • Add Support Annotations
  • Add IAndroidLogger.e(String, Throwable)

Release 1.0.3

08 Nov 13:04

Choose a tag to compare

Merge branch 'develop' of bitbucket.org:alteregosrls/advanced-android…