nativescript-community / ui-material-components

Monorepo that contains all of the NativeScript Material Design plugins.
https://nativescript-community.github.io/ui-material-components/
Apache License 2.0
219 stars 80 forks source link

How can I update the version of androidXMaterial library to Material3 #414

Closed vallemar closed 2 years ago

vallemar commented 2 years ago

How can I update the version of this library: https://github.com/nativescript-community/ui-material-components/blob/master/packages/core/platforms/android/include.gradle#L3.

I want to update androidXMaterial to 1.6.1 but I don't know how to pass it to the plugin

Doc: https://m3.material.io/libraries/mdc-android/getting-started

I want to update it only in my application and there seems to be some way to indicate it in the project. Another question would be if we could update to the version with Material3 by default

farfromrefug commented 2 years ago

@vallemar Here is how you can do it https://github.com/Akylas/alpimaps/blob/master/App_Resources/Android/before-plugins.gradle#L12

vallemar commented 2 years ago

@farfromrefug You're a great person!!!!!