-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AndroidX #420
Comments
I just tried it out but I still get this error:
|
@taar1 |
I just did another test. I commented this out: and I could build the app without error messages (well except the errors I get for not having the MaterialDesignLibrary in the project but references to it in the code).
|
I just looked at your fork and saw you still have a support-v4 dependency in there.
Could you remove that dependency and make a new version? I think after that it should build. |
For anyone is facing AndroidX migration issue.
try this.
implementation 'com.github.Chenyang0324:MaterialDesignLibrary:1.10'
The text was updated successfully, but these errors were encountered: