Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Releases: mikepenz/Crossfader

v1.6.0

22 Sep 15:38
Compare
Choose a tag to compare

WARNING

  • this release is the first release using androidX, stay with older versions for pure appcompat dependencies

Changes

  • includes all updates from the rc pre releases
  • update to final androidX 1.0.0 release

v1.6.0-rc01

18 Aug 14:36
Compare
Choose a tag to compare
v1.6.0-rc01 Pre-release
Pre-release

WARNING

  • this release is the first release using androidX, stay with older versions for pure appcompat dependencies

Changes

  • upgrade to androidX
  • update to build tools 28
  • update to targetSdk 28
  • include material dependency
  • update to the new release setup used in my other libs
  • update to gradle 4.9
  • cleanup

v1.5.2

27 Jan 19:39
Compare
Choose a tag to compare

v1.5.1

28 Oct 16:45
Compare
Choose a tag to compare

library

  • update build tools to 27
  • update compile sdk to 27
  • update target sdk to 27
  • update supportLibs to 27
  • update gradle to 4.1
  • update butterknife to 8.8.1

v1.5.0

21 Aug 17:59
Compare
Choose a tag to compare

library

  • drop minSdk 10 support. new minSdk is now 14
    • please use v1.3.7 of the library for API 10 support
  • update to the latest support libraries v24.2.0
  • remove unnecessary code
  • update dependencies
  • update gradle

v1.3.7

07 Apr 18:15
Compare
Choose a tag to compare

library

  • update to latest support libraries v23.3.0

general

  • update to latest gradle 2.12
  • update to latest android gradle build tools v2.0.0
  • update build tools to v23.0.3

v1.3.6

11 Mar 15:01
Compare
Choose a tag to compare

library

  • update to latest android support libraries v23.2.1

v1.3.5

08 Mar 16:59
Compare
Choose a tag to compare

library

  • make sure we can't click on the drawer in the background
    • FIX #12 for API >= 11

v1.3.4

27 Feb 17:47
Compare
Choose a tag to compare

library

  • make sure the fullView is not clickable if it is gone.

v1.3.3

25 Feb 22:51
Compare
Choose a tag to compare

MIGRATION

  • update to latest support appcompat v23.2.0

library

  • update to latest support appcompat v23.2.0
  • add jcenter push support