mercadolibre / meli-card-drawer-android

Meli Card Drawer Android - Shared credit card UI component
Other
19 stars 23 forks source link

Resources name conflict with ConstraintLayout 2.1.4 #116

Closed Nojipiz closed 1 year ago

Nojipiz commented 1 year ago

The resource name 'corner_radius_card' https://github.com/mercadolibre/meli-card-drawer-android/blob/0e1f756e36decc0d03351faabf1c884eb7d86b9e/carddrawer/src/main/res/values/attrs.xml#L17 Creates a conflict with the resource called 'corner_radius_card' in ConstraintLayout library at version 2.1.4, and the apps can't build succesfully.

I think this library can change the name to something more specific. :P

guchito9 commented 1 year ago

Hi, this library was never fully intended for public use and it's deprecated.

Maybe you can fork or replicate the code in your end to fix it.

Nojipiz commented 1 year ago

Isn't that simple, this is a dependecy of https://github.com/mercadopago/px-android, actually the problem happens between px-android and constraintlayout .

guchito9 commented 1 year ago

Hi, px-android is also deprecated, it isn't receiving real updates for more than two years now. So if you want to use px-android you should stick with the older version of constraint layout