Material-components-android: AndroidX sources

Created on 26 Oct 2018  路  6Comments  路  Source: material-components/material-components-android

Hi, where can I see the AndroidX sources? It would be helpful to experiment with the project.

Most helpful comment

Since new versions are targeting only AndroidX it seems, I don't understand why you keep the sources using the support libraries.

This makes it harder for people to contribute, and fork the project for AndroidX projects, so they don't and give up instead.

All 6 comments

After building from source you can use Jetifier to update our library to reference androidx instead of android.support. E.g.:

./jetifier-standalone -i material_aars.zip -o jetified_material_aars.zip

Since new versions are targeting only AndroidX it seems, I don't understand why you keep the sources using the support libraries.

This makes it harder for people to contribute, and fork the project for AndroidX projects, so they don't and give up instead.

H!
You will release alpha 3 with the new sources?

We have been using Jetifer to transform our library before releasing, so all 1.X released versions of our library have already had the androidx sources.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

magnusfernandes picture magnusfernandes  路  3Comments

KelvinPac picture KelvinPac  路  3Comments

MrCreeper1008 picture MrCreeper1008  路  3Comments

aarontwf picture aarontwf  路  3Comments

Sanusy picture Sanusy  路  3Comments