You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The codelab MDC-101 tells us to use the 1.1.0-alpha06 version of material library, from mid 2019. I'm concerned that important usage changes would have occurred since this was created, and it should be updated. If I migrate to the latest material:1.3.0, I'm afraid I'm going to have to spend lots of time dealing with errors in my project because of differences in versions of the library, which is daunting for someone not very familiar with Android development. Users of the codelab would have less problems if it is updated to use a recent version of the material library more often.
Is this codelab still recommended to use to learn material design development on Android?
Describe the bug
The codelab MDC-101 tells us to use the 1.1.0-alpha06 version of material library, from mid 2019. I'm concerned that important usage changes would have occurred since this was created, and it should be updated. If I migrate to the latest material:1.3.0, I'm afraid I'm going to have to spend lots of time dealing with errors in my project because of differences in versions of the library, which is daunting for someone not very familiar with Android development. Users of the codelab would have less problems if it is updated to use a recent version of the material library more often.
Is this codelab still recommended to use to learn material design development on Android?
To Reproduce
Steps to reproduce the behavior:
Go to 'https://codelabs.developers.google.com/codelabs/mdc-101-java#1'
Scroll down to 'Add project dependencies'
See that the library is an alpha version, despite the latest version currently being 1.3.0
api 'com.google.android.material:material:1.1.0-alpha06'
Expected behavior
Use a more recent material library.
Codelab details (please complete the following information about the codelab):
https://codelabs.developers.google.com/codelabs/mdc-101-java#1
The text was updated successfully, but these errors were encountered: