opacapp / multiline-collapsingtoolbar

A modified CollapsingToolbarLayout that can deal with multiline titles
Other
782 stars 114 forks source link

Link versions to support library dependency version #52

Closed giljulio closed 6 years ago

giljulio commented 6 years ago

For example:

if multiline-collapsingtoolbar depends support lib version 27.x.x then version the library to 27.[0...9].[0...9]

This will make it clearer what multiline-collapsingtoolbar version depends on which support library version

johan12345 commented 6 years ago

Yeah, that makes sense. Applying this to previous releases would probably break other people's builds, but we can of course do this for future updates.

johan12345 commented 6 years ago

Our newest release is now named 27.1.0, following this convention.

johan12345 commented 6 years ago

It seems that Google is going to rename the support libraries to the AndroidX libraries and start from version 1.0.0 again with the next release (link) - so we're going to need to think about how we will name our library versions now. Maybe start with X1.0.0 then?