Releases: mikepenz/Materialize
Releases · mikepenz/Materialize
v1.2.0
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
- update to final material theme 1.0.0 release
v1.2.0-rc01
WARNING
- this release is the first release using androidX, stay with older versions for pure appcompat dependencies
Changes
- upgrade to androidX
- use bridge themes to support old appcompat too
- 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.1.2
library
- fix crash if trying to resolve a simple color from theme
v1.1.1
library
- update build tools, compile, target and supportLibs
- use implementation for dependencies
v1.1.0
- fix StringHolder nullpointer
- improve color resolving from theme
v1.0.0
library
- DROP API 10 support. new minSdk: 14
- update to latest support libraries v24.2.0
v0.9.0
library
- change to target SDK 24
- change to compileSDK 24
- change to buildTools 24
- change to supportLibs 24
- update to gradle 2.14
v0.8.8
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
v0.8.7
library
- also allow PressedEffectStateListDrawable with a selected icon
- properly tint icons for pre lollipop devices
sample
- update sample app dependencies