Migration to AndroidX#63
Conversation
|
Hi @pavel163, thank you very much! @johan12345, who is responsible for this library, is currently on vacation and will have a look at this as soon as he's back, so I'd ask you to be patient for bit! :) |
|
It seems that you did update all dependencies and the compileSdkVersion etc., but did not have a look at what changed in the actual design library (now: Material Components Android) code to see what changed in the classes that we needed to copy from them. I will go through this now and update the PR accordingly. |
|
Wow, there's actually a fair amount of changes in the library code and a lot of new classes that we need to copy from the Material Components Library to our library because of the RestrictTo annotations. I compared the sources of the relevant classes from here: As Android 9 is starting to enforce these restrictions, there's no way around this if we want to make the library work on Android 9. I think I'm not really motivated to do this over Christmas, if at all 😒 The much better way would be if the people at Google could finally implement our changes into the Material Components Library directly (see material-components/material-components-android#6) |
No description provided.