Skip to content

v5.6.1

Compare
Choose a tag to compare
@mikepenz mikepenz released this 22 Mar 18:47
· 1594 commits to develop since this release

INFO

  • the support libraries from google will now also show up by default, you can exclude them via
.withExcludedLibraries("appcompat_v7", ...);

library

  • add travis ci support THANKS @jaredsburrows
  • update to latest FastAdapter v1.2.8

definition-files

  • add appcompat-v7
  • add support-v4
  • add recyclerview-v7
  • add support design
  • add okio
  • add support annotations
  • add appintro
  • add easy_pref
  • add stream
  • update retrofit
    THANKS @jaredsburrows