Closed vallemar closed 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
androidXMaterial
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
@vallemar Here is how you can do it https://github.com/Akylas/alpimaps/blob/master/App_Resources/Android/before-plugins.gradle#L12
@farfromrefug You're a great person!!!!!
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 pluginDoc: 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