Skip to content

2.1.0

Compare
Choose a tag to compare
@orhanobut orhanobut released this 28 May 22:34
· 32 commits to master since this release
  • Line decoration is changed to single line instead of double. Way more compact now.

screen shot 2017-05-29 at 00 04 48

  • Logger.d(null) or Logger.d(new int[]{1,3,5}) crashes are fixed. Logger.d(object) accept anything now and doesn't crash.